https://github.com/krosseye/PandaQt
An example implementation of integrating the Panda3D game engine within a PySide6/Qt application.
https://github.com/krosseye/PandaQt
panda3d pyside python qt
Last synced: 9 months ago
JSON representation
An example implementation of integrating the Panda3D game engine within a PySide6/Qt application.
- Host: GitHub
- URL: https://github.com/krosseye/PandaQt
- Owner: killian-w
- License: mit
- Created: 2024-08-21T23:05:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:32:46.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T23:41:15.363Z (over 1 year ago)
- Topics: panda3d, pyside, python, qt
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PandaQt
This project demonstrates how to integrate the Panda3D game engine into a PySide6/Qt application. It provides an example of embedding a Panda3D rendering context into a standard `QWidget`, allowing it to be used within any Qt window.
While Panda3D supports hardware-accelerated rendering, `QWidget` does not. This example captures frames from Panda3D and displays them in a `QWidget`. Future updates may explore a `QOpenGLWidget`-based implementation to enhance performance.
## Preview
## License
This project is licensed under the [MIT License](LICENSE).
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.