https://github.com/alexeykarnachev/crossover
A little 2d sandbox to play with genetic AI training
https://github.com/alexeykarnachev/crossover
2d 2d-graphics genetic-algorithm opengl
Last synced: about 1 year ago
JSON representation
A little 2d sandbox to play with genetic AI training
- Host: GitHub
- URL: https://github.com/alexeykarnachev/crossover
- Owner: alexeykarnachev
- License: other
- Created: 2023-01-10T17:39:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T09:42:25.000Z (over 1 year ago)
- Last Synced: 2025-05-12T19:23:30.280Z (about 1 year ago)
- Topics: 2d, 2d-graphics, genetic-algorithm, opengl
- Language: C
- Homepage:
- Size: 7.61 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CROSSOVER
A little 2d sandbox to play with genetic AI training with several fancy features (dynamic light, pseudo 3d materials, game engine-like editor)

## Quick Start
Build with cmake
```bash
mkdir build && cd build && cmake .. && make
```
Run
```bash
./bin/crossover
```
I've tried to add some cross-platform support and part of the codebase has been adapted for it.
Though, I didn't try to build it in any environment but Ubuntu 20.04.6 LTS