Metadata-Version: 2.1
Name: led-cube-view
Version: 1.0.0
Summary: A PySide6 widget to display a LED cube on a 3D graph and manipulate its LEDs.
Home-page: https://github.com/crash8229/led-cube-view
License: GPL-3.0-only
Author: crash8229
Author-email: mu304007@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyOpenGL (>=3.1.6,<4.0.0)
Requires-Dist: PySide6 (>=6.3.1,<7.0.0); python_version >= "3.10" and python_version < "3.11"
Requires-Dist: numpy-stl (>=2.17.1,<3.0.0)
Requires-Dist: pyqtgraph (>=0.13.1,<0.14.0)
Project-URL: Repository, https://github.com/crash8229/led-cube-view
Description-Content-Type: text/markdown

# led-cube-view
A PySide6 widget to display a LED cube on a 3D graph and manipulate its LEDs.
This is being developed for use with my [LED cube animation editor](https://github.com/crash8229/led-cube-animation-editor).

