1
SFML projects / Re: My AI Collection Using SFML for Visualization
« on: December 25, 2016, 07:17:03 am »This project still active? Was planning on seeing how much of the different AIs I could work on changing over to C#.
This project (AILib) is no longer active - however, there is a new one I am working on for a company called Ogma.
The name of the project is called OgmaNeo. It's a versatile, fully online hierarchical learning algorithm that runs on the GPU (or CPU if desired). It actually does still use SFML for the demos, though the library itself only depends on Flatbuffers and OpenCL.
Link to the repository: https://github.com/ogmacorp/OgmaNeo
Due to its online nature, it is also super fast, and may actually be useful for game development (what these forums seem to focus on). Indeed, one of the demos is a level generator that uses pixels to create infinite levels.