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

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!!)

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)