tobspr / LUI

Lightweight User Interface for Panda3D
MIT License
84 stars 24 forks source link

Python3 support #31

Closed bkeys closed 7 years ago

bkeys commented 7 years ago

Does LUI support python3?

bkeys commented 7 years ago

It appears it did not by default; the only thing stopping it from doing such is in a few areas where you wrap unicode like such unicode(text) Because string literals are unicode by default in Python3. Feel free to grab my code from my project repo

I also got the listbox widget I made in there if you would like to grab it, feel free to.