Skip to content

hamdivazim/Python-3D-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python 3D Renderer

A 3D Modeller made using Python and OpenGL.

Prerequisites

You need moderngl, glm, numpy, and pygame. Install via pip:

$ pip install moderngl
$ pip install glm
$ pip install numpy
$ pip install pygame

How to run

Run main.py in the Python3DModeller directory. You should see a cardboard box rotating as of v0.01. As of v0.1, you should be able to control camera movement with the mouse and the keys w,a,s,d,q,e. Use the ESCAPE key when done.