https://github.com/xframes-project/xframes-ocaml
GPU accelerated UI development for OCaml
https://github.com/xframes-project/xframes-ocaml
ocaml
Last synced: 6 days ago
JSON representation
GPU accelerated UI development for OCaml
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-ocaml
- Owner: xframes-project
- License: mit
- Created: 2024-12-28T22:26:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T19:05:25.000Z (6 months ago)
- Last Synced: 2025-02-23T00:44:42.755Z (4 months ago)
- Topics: ocaml
- Language: OCaml
- 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-ocaml
## Instructions
### Install opam
#### Debian Trixie
I followed the instructions https://opam.ocaml.org/doc/Install.html and ran the shell opam installer without any issues.
#### Windows
I strongly recommend installing [opam](https://opam.ocaml.org/) through [scoop](https://scoop.sh/).
`scoop install opam`
### Install ocaml
- `opam init`
- `opam switch create 4.14.0`### Install dune
`opam install dune`
### Running the application
Install the dependencies first
- `opam install yojson`
- `opam install ctypes`
- `opam install ctypes-foreign``dune exec`
## Screenshots
Windows 11

Debian Trixie

Raspberry Pi 5
