https://github.com/doccaico/raylib-nim
A Nim binding for raylib
https://github.com/doccaico/raylib-nim
Last synced: 5 days ago
JSON representation
A Nim binding for raylib
- Host: GitHub
- URL: https://github.com/doccaico/raylib-nim
- Owner: doccaico
- License: zlib
- Created: 2021-02-04T19:27:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T01:23:38.000Z (about 5 years ago)
- Last Synced: 2025-02-24T08:34:24.072Z (over 1 year ago)
- Language: Nim
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## raylib-nim
raylib-nim is a nim binding for [raylib](https://github.com/raysan5/raylib)
## run
```
$ nimble install
$ cd examples/core
$ make core_basic_window
$ ./core_basic_window
```
see more [examples](https://github.com/doccaico/raylib-nim/tree/main/examples)
## wasm (emscripten)
see [example](https://github.com/doccaico/playthings/tree/main/nim/raylib-wasm)