GUI in Panda 3D

There are many options for building GUIs in Panda3D. DirectGUI is built in and probably the easiest to get started with. Other options include:

  • LUI - Lightweight User Interface for Panda3D
  • CEFPanda - Package for using CEFPython in Panda3D, which allows for building GUIs with HTML5/CSS/JS
  • librocket - A GUI library that Panda3D has built-in support for, but I am not seeing a manual page explaining Panda3D’s bindings/wrapper