Loading repository data…
Loading repository data…
Ms-Capgras / repository
Devlog, source code, and requirements for Python3D - a 3D graphics module for Python
Python3D is a module for Python for rendering 3D models to a window.
NOTE: This project is far from finished and currently does not provide any of the 3D modelling functionality that it will provide in its first full release.
It allows the creation of 3D spaces containing 3D objects which can be viewed from the perspective of a camera that can be positioned and rotated within the space.
This massively simplifies the rendering of 3D models in Python as well as providing a useful basis for 3D video games and animations.
When version 1.0.0 releases, documentation for every class and method included in Python3D will be available right here on GitHub!
This project in its current version requires that you have PIL and numpy installed.
Python3D is currently a solo project made only by me!