https://github.com/xframes-project/xframes-racket
GPU accelerated UI development for Racket
https://github.com/xframes-project/xframes-racket
racket
Last synced: 2 months ago
JSON representation
GPU accelerated UI development for Racket
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-racket
- Owner: xframes-project
- License: mit
- Created: 2025-01-02T14:03:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T22:43:02.000Z (4 months ago)
- Last Synced: 2025-01-14T23:27:07.501Z (4 months ago)
- Topics: racket
- Language: Racket
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-racket
## Instructions
### Install Racket
#### Ubuntu
I tried using the snap package but there was a mismatch with the libc version so I ended up building racket from scratch, which was straightforward (`./configure`, `make`, `sudo make install`). This applies to my Raspberry Pi 5 too.
#### Windows
I recommend using winget:
`winget install racket.racket`
### Install dependencies
- `raco pkg install json`
### Running the application
`racket main.rkt`
## Screenshots
Windows 11

Ubuntu 24.04

Raspberry Pi 5
