An open API service indexing awesome lists of open source software.

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

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)