pyg3D

A simple 3D rendering library for python


Keywords
simple, 3D, games, graphics
License
BSD-3-Clause
Install
pip install pyg3D==1.0.1

Documentation

pyg3D

pyg3D is a simple library built on top of pyglet, to provide a simple 3D graphics library for python.

Dependencies

pyg3D requires:

  • pyglet
  • numpy
  • PyOpenGL

Installation

pyg3D can be installed through pip with the command pip install pyg3D