LUI (Lightweight User Interface) - Beta

LUI works on my debian 10.1 box, here is what I’have done:

  • clone the git lui repository
  • Use commands listed in the README.md but with python3
    python3 update_module_builder.py
    python3 build.py
 
  • Copy lui.so in /usr/lib/python3/dist-packages/panda3d/
  • Add the path into my LD_LIBRARY_PATH :
     export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/python3/dist-packages/panda3d/
  • And last : I edit all Builder and examples .py scripts to remove the “unicode” function which does not exists in python3.7.

Most examples work well except those with the tkinter dependency.