hamdivazim / Python-3D-Renderer

A 3D Modeller made using Python and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A 3D Modeller made using Python and OpenGL

License:Apache License 2.0


Languages

Language:Python 93.6%Language:GLSL 6.4%