rustbatch 0.2.0

purely game dewelopment crate that offers simple but powerfull 2D rendering and some fast solutions for game world bottle necks
Documentation
1
2
3
4
5
6
7
8
# 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]https://github.com/jakubDoka/rustbatch_examples
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.