Metadata-Version: 2.1
Name: peng3d
Version: 1.11.0
Summary: Python and pyglet based 3D Engine and toolkit
Home-page: https://github.com/not-na/peng3d
Author: notna
Author-email: notna@apparat.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides: peng3d
Requires-Dist: pyglet (>=1.5.3)
Requires-Dist: bidict (>=0.19.0)


``peng3d`` - Python and pyglet based 3D Engine and toolkit
==========================================================

.. image:: https://readthedocs.org/projects/peng3d/badge/?version=latest
   :target: http://peng3d.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://circleci.com/gh/not-na/peng3d.svg?style=svg
    :target: https://circleci.com/gh/not-na/peng3d

peng3d is an open-source 3D graphics engine written in python and with pyglet.

peng3d aims to make creating quick-and-easy visualizations and proof-of-concept projects easier
while still being powerful enough for larger projects as well.

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 or easy_install::

   $ pip install peng3d

   or

   $ easy_install peng3d

See the docs linked under the badge above for more information!


