Skip to content

jr-garcia/Engendro3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e3d_Logo Engendro3D™

OpenGL 3D Game Engine for Python. Version 0.6

MIT license.

Work in Progress. Not production ready.
No stability is guaranteed.
RENDER EXAMPLE VIDEO
anim1 anim video

Requires:

  • Python

    2 or 3

  • PySDL2

    pip install pysdl2

  • Glaze

    pip install git+https://github.com/jr-garcia/Glaze.git

  • Numpy

    pip install numpy

  • CyCGkit

    pip install git+https://github.com/jr-garcia/cyCGkit_minimal.git

  • Pillow (Pil fork)

    pip install pillow

  • Freetype

    pip install freetype-py

  • MSDF_ext

    pip install git+https://github.com/jr-garcia/MSDF_ext.git

  • AssimpCy

    pip install git+https://github.com/jr-garcia/AssimpCy.git

  • PyAl

    pip install https://bitbucket.org/marcusva/py-al/downloads/PyAL-0.1.0.zip

  • CyBullet

    pip install git+https://github.com/jr-garcia/CyBullet.git@modified'

Please refer to each project's documentation for specific instructions on how to install them.

Usage

No docs for the moment. Check the 'demos' folder for examples.


Blog: https://egdev.wordpress.com