https://github.com/cyprus327/genetic-entities
Entities learning to move from one point to another (WASM!!)
https://github.com/cyprus327/genetic-entities
c genetic-algorithm raylib raylib-c wasm webassembly
Last synced: 3 months ago
JSON representation
Entities learning to move from one point to another (WASM!!)
- Host: GitHub
- URL: https://github.com/cyprus327/genetic-entities
- Owner: cyprus327
- Created: 2025-03-14T18:23:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T17:57:14.000Z (over 1 year ago)
- Last Synced: 2025-06-05T11:58:17.659Z (about 1 year ago)
- Topics: c, genetic-algorithm, raylib, raylib-c, wasm, webassembly
- Language: C
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genetic-entities
### **Run the simulation in your browser [here](https://cyprus327.github.io/genetic-entities)**
Entities learning to move from one point to another controlled by a simple genetic algorithm,
made with raylib and compiled to WASM using emscripten
All code is in main.c and main.h, raygui was copied from [here](https://github.com/raysan5/raygui)