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

https://github.com/doccaico/conway-raylib


https://github.com/doccaico/conway-raylib

raylib

Last synced: over 1 year ago
JSON representation

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`
```