-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
The more I developp RadEngine, the more I feel there should be two different projects. One for the editor and one for the Engine.
I'm not entirely satisfied by haxeui, I think it's not the right framework for a project of this size. Some components are missing and big text inputs are laggy.
I started the editor and engine as a single project for a good modularity with bundle package but I should abandon this feature at the moment.
For the moment the engine should have a fixed set of system and component but be able to run differents game without recompiling anything. Only by modifiing assets.
Bundle and dynamic library should come later.