Rootex Editor¶
Rootex comes with a separate editor for making games, called the Rootex Editor.
Rootex Editor is built using Dear ImGui . The editor UI is subject to change but the overall workings shall remain the same.
Running the Editor¶
Run the editor by opening the editor executable.
Once editor is open you are greeted by the editor UI.
Try to open a scene from the File menu > Open Scene option.

Note
If you get an error along the lines of dxgidebug.dll not loaded
while opening the executable, install Graphics Tools by following this guide.