rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

Soccery-fyrox: Load textures asynchronously #50

Closed 64kramsystem closed 2 years ago

64kramsystem commented 2 years ago

As of Fyrox v0.25, loading textures in debug mode is extremely slow (1.4" for each PNG file, even if small), so we need to load them asynchronously.