rustbatch

Crates.iorustbatch
lib.rsrustbatch
version0.4.0
sourcesrc
created_at2020-09-23 03:54:35.676398
updated_at2020-10-17 09:35:40.328088
descriptionpurely game dewelopment crate that offers simple but powerfull 2D rendering and some fast solutions for game world bottle necks
homepage
repositoryhttps://github.com/jakubDoka/rustbatch
max_upload_size
id291954
size6,532,151
Jakub Dóka (jakubDoka)

documentation

README

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.

Commit count: 0

cargo fmt