YoggieEngine/Editor
Nigel Barink 145338d666 Editor Refactor
This refactor of the editor code makes the code more maintainable.

All widget objects have now moved away from RAII and are now just allocated object that live for the entirety of the applications lifetime.
This feels better as I am used to this style plus constantly pushing and popping objects from the stack seems a little wasteful (although I as of right now have no way to prove that it is ).
2023-01-14 17:27:37 +01:00
..
Assets Deferred rendering mode + Skybox 2022-12-28 22:35:23 +01:00
rsc Editor Asset explorer setup 2022-11-10 21:50:27 +01:00
src Editor Refactor 2023-01-14 17:27:37 +01:00
premake5.lua Improving the editor, ImGuizmo is now rendering guizmo's 2022-12-24 02:10:29 +01:00