Skip to content

vanjac/three

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three

three is a 3d game engine with a map editor, written in Python and with Python scripting. See the wiki for installation instructions and documentation.

three uses Sphinx for documentation. Install it with pip3 install sphinx. To build the docs, in the docs directory run make html. The index page will be at docs/_build/html/index.html.

I don't recommend using this for games. I've learned a lot about game engines since I wrote this, and I've come to realize that the design was very misguided.

Screenshot