QPanda3D icon indicating copy to clipboard operation
QPanda3D copied to clipboard

Panda3D wrapper for PyQt5

Results 7 QPanda3D issues
Sort by recently updated
recently updated
newest added

Hello, I'm struggling to find out how to make a working rectangular selection using QPanda3D, the library is great and I don't wanna abandon my project. Any thoughts would be...

I'd like to propose creating a contributor's/maintainer's guide. It would provide information about: - preferred formatter & linter, - docstring style, - test framework, - etc. I can take care...

I understand that your README is stating, that mouse stuff isn't supported right now, but i tried it anyway. I'm a bit confused about the error though, because my application...

In particular python complains because the base class __init__ expects a self (hidden first param). So I wrapped it in an __init__() method and it works, except: adding: Panda3DWorld.__init__(self, width=1024,...

Hi! found that changing the lens to Ortographic, the resize function on QPanda3DWidget does not work, as the self.initial_size is declared as the self.size() value, which is a generic default...

Currently `QPanda3D_Key_translation` uses type `PyQt5.QtCore.Qt.Key` as dictionary key values. However, left and right shift etc. cannot be distinguished in this way since these keys are mapped to same name by...