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 !?
- Host: GitHub
- URL: https://github.com/doccaico/study-raylib-cpp
- Owner: doccaico
- Created: 2025-06-06T22:45:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T23:05:29.000Z (about 1 year ago)
- Last Synced: 2025-06-07T00:19:05.813Z (about 1 year ago)
- Language: Batchfile
- Size: 2.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```