<h3 align="center"><b>A simple 3D renderer that allows you to move around the scene using the keys.</b></h3>
<p align="center">3D Renderer was written using Python and PyGame library. This project was part of "Computer Graphics" course at Warsaw University of Technology</p>
Download latest package version from <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/3DRenderer/releases">Releases</a> tab, unpack, install requirements and you good to go
**Requirements**
- Python installed
- PIP packages:
-`pygame`
-`numpy`
You can also use `requirements.txt` file to install PIP dependencies
```
pip install -r requirements.txt
```
## Usage
```
python 3d_renderer
```
**Create the scene:**
You can define your own scene in `main` method of `App` class in `3d_renderer/app.py` file.