https://github.com/doccaico/conway-raylib
https://github.com/doccaico/conway-raylib
raylib
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doccaico/conway-raylib
- Owner: doccaico
- Created: 2021-02-10T02:01:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T04:05:17.000Z (over 2 years ago)
- Last Synced: 2025-01-06T11:38:49.813Z (over 1 year ago)
- Topics: raylib
- Language: C
- Homepage: https://doccaico.github.io/conway-raylib/
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Demo](https://doccaico.github.io/conway-raylib/)
```
Move a cursor: Arrow key or Left click
Run: Enter
```
## Build
### Desktop
```sh
$ mkdir build
$ cd build
$ cmake ../src
# run
$ make run
# or
$ cmake --build . -t run
```
### Web
```sh
$ ./make_web.bash
$ python wasm-server.py
# open in your browser ( http://localhost:8080/ )
# click `main.html`
```