Initial implementation of GUI framework. Created GuiManager and to manage gui widgets...
authorStan_Lewry <stanley.jml@gmail.com>
Wed, 21 Jul 2021 23:48:12 +0000 (00:48 +0100)
committerStan_Lewry <stanley.jml@gmail.com>
Wed, 21 Jul 2021 23:48:12 +0000 (00:48 +0100)
commit887a9c202cd030aa58bda0edd8fab649ffcc27e5
treed2e412a7003724de55b1dd9077b9cf89fc88faa0
parente4f31a8682b76d3458b8379adfe2dd13044ab6a6
Initial implementation of GUI framework. Created GuiManager and to manage gui widgets and gui events. Created Widget base class and ImageWidget to demonstrate. Added ability to generate gui widgets from a json file.
Assets/GUIScenes/TestScene.json [new file with mode: 0644]
Assets/smile.png [new file with mode: 0644]
Assets/test.png [new file with mode: 0644]
GUI/GuiManager.py [new file with mode: 0644]
GUI/ImageWidget.py [new file with mode: 0644]
GUI/Widget.py [new file with mode: 0644]
Main.py
Renderer.py
Writeup/worldgen_vision.png [new file with mode: 0644]