FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 340 forks source link

Default project structure improvements #545

Closed mrDIMAS closed 8 months ago

mrDIMAS commented 8 months ago

Currently, fyrox-template generates a bunch of code in a game project, which is mostly responsible for async scene loading handling. This scene management should be hidden from a user in the Executor, since it is quite confusing to deal with this code.