FyroxEngine / Fyrox

3D and 2D game engine written in Rust

Home Page:https://fyrox.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default project structure improvements

mrDIMAS opened this issue · comments

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.