-
Updated
Oct 3, 2020 - C++
panda3d
Here are 117 public repositories matching this topic...
-
Updated
Jun 13, 2019 - PureScript
-
Updated
Nov 13, 2020 - Python
-
Updated
Sep 25, 2018 - Python
-
Updated
May 7, 2019 - Python
The BLENDER_physics extension exposes groups and masks, but these are not being converted to appropriate masks for either Bullet or Panda CollisionSolids.
-
Updated
Sep 12, 2019 - Python
-
Updated
Jul 2, 2020
-
Updated
Nov 10, 2020 - Python
-
Updated
Sep 16, 2020 - Python
The Windows screenshots in the introductory section look dated, because they were made with Windows 7, and Panda3D 1.8. We should redo them on Windows 10.
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 7, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 23, 2019 - C++
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 16, 2019 - Python
-
Updated
Nov 7, 2020 - Python
Auto saver thread
The auto-saver thread is unable to be killed as of now.
Something like this should be added to pman/templates/setup.py:
'log_filename': '$USER_APPDATA/{}/output.log'.format(APP_NAME),
'log_append': False,
-
Updated
Sep 20, 2018 - Python
-
Updated
Nov 7, 2020 - Python
Improve this page
Add a description, image, and links to the panda3d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the panda3d topic, visit your repo's landing page and select "manage topics."


Description
I'd like to see Panda3D offer an interface to switch between system cursors, like the usual arrow cursor, the text cursor, or the finger cursor, for example.
Use Case
I'm working on a dear ImGui backend for Panda3D, and it would allow consistent cursor behavior in the dear ImGui interface while using only the Panda3D's interface. It would help for any Panda3D-based too