You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Runpython update_module_builder.py. This will create a build file in the current directory, which you can then run withpython build.py.Now there should be alui.pyd orlui.so depending on your system.
If you are onwindows, copy the .pyd intoPATH_TO_PANDA_SDK/panda3d/lui.pyd.
If you are onlinux, copy the .so intousr/lib/panda3d/lui.so
Running the Samples
You can find various samples for the different LUI components in theDemos folder.
Documentation
There is no official documentation yet, however if you look at theDemos folder, there should be a lot of self-explanatory code.