Metadata-Version: 2.4
Name: kigo-gui-framework
Version: 2.1
Summary: A very powerful GUI framework with adaptive GPU-accelerated rendering and smooth physics-driven UI effects. Physics computation remains CPU-bound. Designer ws made (kigo-designer) check it out
Author-email: Anand Kumar <swiss.armyknife@icloud.com>
License: zlib
Keywords: gui,qt,pyqt6,physics,pybullet,simulation,robotics,animation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyQt6==6.7.0
Requires-Dist: pybullet>=3.2.5
Requires-Dist: pybullet_data
Provides-Extra: web
Requires-Dist: PyQt6-WebEngine==6.7.0; extra == "web"
Provides-Extra: full
Requires-Dist: markdown; extra == "full"
Requires-Dist: PyQt6-WebEngine==6.7.0; extra == "full"

I've added CSS like styling, media playback, and hierarchical UI components and also a very late happy new year! Refer to demo-examples.py to see how its used.

