rustbatch 0.3.0

purely game dewelopment crate that offers simple but powerfull 2D rendering and some fast solutions for game world bottle necks
Documentation

rustbatch

This is my attempt to make 2D game library in rust. My main focus is performance and library provides fast solutions for some bottle necks of games like collizion detection or path finding. Though main feature of library is opengl wrapper build around batching. Check out examples repository where i demonstrated capabilities on rendering and processing 10k boids with 60 fps. With a help of rustbatch Scanner there is no need to make 100 milion iterations everiy frame.

If you are wondering why are first tree versions of rustbatch yanked, lets say i did not test core featires sufficiently.

Also, rustbatch has its discord channel.