<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.
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/3DRenderer/src/branch/main/LICENSE">here</a>.