https://github.com/xframes-project/xframes-python
GPU accelerated UI development for Python
https://github.com/xframes-project/xframes-python
python
Last synced: 3 months ago
JSON representation
GPU accelerated UI development for Python
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-python
- Owner: xframes-project
- License: mit
- Created: 2024-11-24T19:27:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:24:55.000Z (5 months ago)
- Last Synced: 2025-02-01T16:27:37.266Z (5 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
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)

Ubuntu (WSL2)

Ubuntu (Raspberry Pi 5, arm64)
