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

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

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)

![thumbnail](./thumbnail.png)

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