Skip to content

TheLp281/3DRenderer

Repository files navigation

3D Renderer

A basic 3D rendering engine with opengl written in Python. 3D Renderer Example

Quickstart

Follow the steps below to run 3D Renderer:

Clone the Repository

git clone https://github.com/TheLp281/3DRenderer
cd 3DRenderer

Set Up the Virtual Environment

python -m venv venv

Windows

venv\Scripts\activate

Linux

source venv/bin/activate

Install Dependencies

pip install -r requirements.txt

Run

python main.py

About

3D Renderer with opengl written in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages