Illation / ETEngine

Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
MIT License
776 stars 58 forks source link

Rmlui integration #45

Closed Illation closed 2 years ago

Illation commented 2 years ago

Created new library EtGUI, moved all existing UI code there and added new functionality for Html / Css UI rendering through the newly integrated library RmlUI.

Added new component GuiCanvasComponent to enable screenspace and worldspace UI placement in the scene.

Cleaned up various bits and bobs