https://github.com/edbcrepo/raylib-conways-game
A simple Conways Game of Life using Raylib
https://github.com/edbcrepo/raylib-conways-game
Last synced: 3 months ago
JSON representation
A simple Conways Game of Life using Raylib
- Host: GitHub
- URL: https://github.com/edbcrepo/raylib-conways-game
- Owner: EDBCREPO
- License: cc0-1.0
- Created: 2024-10-17T21:54:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:47:22.000Z (7 months ago)
- Last Synced: 2024-11-10T19:41:33.601Z (7 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conways Game Of Life
Conways Game Of Life using C++, Nodepp and Raylib## Dependencies
```bash
📌Nodepp: https://github.com/NodeppOficial/nodepp-wasm
📌Raylib: https://www.raylib.com/
```## Preview
[preview](https://github.com/user-attachments/assets/39532eca-f0e7-465a-9ea1-89193f3c6251)## Build & Use
```bash
em++ -o www/index.js main.cpp \
-I./include -L./lib -lraylib -lwebsocket.js \
-s WEBSOCKET_SUBPROTOCOL=1 -s WEBSOCKET_URL=1 \
-s ASYNCIFY=1 -s FETCH=1 -s WASM=1 \
-s USE_GLFW=3 -s USE_PTHREADS=1 \
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
```