kvark / vange-rs

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

Load shaders first, then the level #219

Closed kvark closed 1 year ago

kvark commented 1 year ago

Level data can be allocated quickly, but takes time to read. There is no reason why we can't be loading shaders while the level is being filled up.