Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tipam/pi3d
Simple, yet powerful, 3D Python graphics library for beginners and school children running on the Raspberry Pi.
https://github.com/tipam/pi3d
Last synced: 11 days ago
JSON representation
Simple, yet powerful, 3D Python graphics library for beginners and school children running on the Raspberry Pi.
- Host: GitHub
- URL: https://github.com/tipam/pi3d
- Owner: tipam
- License: other
- Created: 2012-06-08T10:28:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T23:16:19.000Z (12 months ago)
- Last Synced: 2024-05-01T19:21:09.800Z (7 months ago)
- Language: Python
- Homepage:
- Size: 79.6 MB
- Stars: 283
- Watchers: 37
- Forks: 76
- Open Issues: 39
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
README
Introduction to pi3d
====================pi3d is a Python module that aims to greatly simplify writing 3D in Python
whilst giving access to the power of the Raspberry Pi GPU. It enables both
3D and 2D rendering and aims to provide a host of exciting commands to load
in textured/animated models, create fractal landscapes, shaders and much more.The pi3d module runs on platforms other than the Raspberry Pi (On Windows
using pygame, on linux using the X server directly and on Android using
python-for-android) and runs with python 3 as well as 2.
The OpenGLES2.0 functionality of the Raspberry Pi or Android is used directly
or via mesa or ANGLE on 'big' machines. This makes it generally *faster*
and opens up the world of *shaders* that allow effects such as normal and
reflection maps, blurring and many others. It has various demos of built-in
shapes, landscapes, model loading, walk-about camera and much more! See the demos
on github.com/pi3d/pi3d_demos and experiment with them ..Documentation (instalation instructions): https://pi3d.github.io/html/ReadMe.html
FAQ: https://pi3d.github.io/html/FAQ.html
Demo programs: https://github.com/pi3d/pi3d_demos
Source code: https://github.com/tipam/pi3d
Book: http://paddywwoof.github.io/pi3d_book/
Changelog: https://github.com/tipam/pi3d/blob/master/ChangeLog.txt