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

https://github.com/doccaico/study-raylib-cpp

Who am I !?
https://github.com/doccaico/study-raylib-cpp

Last synced: 4 months ago
JSON representation

Who am I !?

Awesome Lists containing this project

README

          

## study-raylib-cpp

### Build and Run
```sh
## Debug
$ run.cmd 01_game_of_life
## or
$ run.cmd 01_game_of_life --debug

## Release
$ run.cmd 01_game_of_life --release
```