Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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