Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xframes-project/xframes-python
https://github.com/xframes-project/xframes-python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-python
- Owner: xframes-project
- License: mit
- Created: 2024-11-24T19:27:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T22:26:32.000Z (about 2 months ago)
- Last Synced: 2024-11-24T23:26:04.254Z (about 2 months ago)
- Language: CMake
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-python
## Building
(create and activate a virtualenv)
pipx run build
pip install .## Building on Docker (Ubuntu 24.10)
cd docker/x64-linux
docker build -t xframes-python-x64-linux .docker run -v /path/to/xframes-python/dir:/usr/src/app/workspace -v /path/to/build/dir:/usr/src/app/build xframes-python-x64-linux
## Screenshots
Ubuntu (native x64)
![image](https://github.com/user-attachments/assets/2954191c-4dd9-444d-97e6-fa89ea4a8284)
Ubuntu (WSL2)
![image](https://github.com/user-attachments/assets/b540f7f6-1a29-4650-9de3-d1ff3c3af9a7)
Ubuntu (Raspberry Pi 5, arm64)
![image](https://github.com/user-attachments/assets/04dc7bad-2701-4280-a836-88eb4d1b5991)