kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
428 stars 21 forks source link

Instanced object renderer #100

Closed kvark closed 4 years ago

kvark commented 4 years ago

This is a renderer update with the focus on using instancing. It batches same models together, reduces the state changes, but also adds frustum culling as well as parallelizes CPU physics update to multiple threads.

My laptop is now able to crank up the opponent count to 500 with good performance :tada:

vangers-instancing

kvark commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded