TwisterUI DevLog #1

So, I decided to start a new project, a quite big project to be honest. I call it TwisterUI (or TUI for short), it’s a Graphical User Interface python module for UPBGE for creating 2D and 3D GUIs with ease.
tui

Right now it’s possible to display the GUI in the viewport and in 3D objects such as a plane or cube. It also works with a simple event-based system, so every action is done via callbacks.
tui

The module is being designed to be highly modular, so it is possible to extend it to accept input from VR devices such as the HTC Vive remote, and implement new Widgets and functionality.

Comments

Popular Posts