DirectGui Extension and Layout system

Hello everyone,

I’ve just finished my DirectGUI extension toolset and like to share it with you now.

It’s available from pypi and can be found on Github at:

Currently it contains some features for layouting a UI, some higher level widgets like calendar, menu items or spin box and a drag-able frame to create windows within your main panda3d window.

An extensive documentation can be found on the wiki pages on the github site. Also a sample script showing all widgets used is contained in the repository. To use the sample script, it’s also recommended to install the DirectFolderBrowser as it’ll be used in it too. Otherwise, just remove it from the sample script.

I’d be glad for some feedback and if there’s anything missing that could help simplify GUI creation even more.

5 Likes