https://github.com/not-na/peng3d
Python and pyglet based 3D Engine and toolkit
https://github.com/not-na/peng3d
3d-engine game-engine gui-toolkit layout-engine multi-platform opengl pyglet python python3
Last synced: 8 months ago
JSON representation
Python and pyglet based 3D Engine and toolkit
- Host: GitHub
- URL: https://github.com/not-na/peng3d
- Owner: not-na
- License: gpl-2.0
- Created: 2016-06-15T15:09:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T19:14:45.000Z (about 1 year ago)
- Last Synced: 2025-05-21T04:53:49.338Z (9 months ago)
- Topics: 3d-engine, game-engine, gui-toolkit, layout-engine, multi-platform, opengl, pyglet, python, python3
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# peng3d
[](http://peng3d.readthedocs.io/en/latest/?badge=latest)

[](https://github.com/psf/black)
[](https://circleci.com/gh/not-na/peng3d)
peng3d is an opensource 3d graphics engine written in python and with pyglet.
peng3d aims to make creating quick-and-easy visualizations and proof-of-concept projects easier.
peng3d is a set of tools and classes extending built-in pyglet and python functionality with easier to use variants that are still compatible with low-level programming and old code.
You can install peng3d by cloning this project and executing ``python setup.py install``.
See here for Linux:
$ git clone https://github.com/not-na/peng3d.git
$ cd peng3d
$ python setup.py install
This package can also be installed via pip::
$ pip install peng3d
See the docs linked under the badge above for more information, including API documentation and some guides!