An open API service indexing awesome lists of open source software.

https://github.com/rhaeguard/3d_renderer

3d rendering course
https://github.com/rhaeguard/3d_renderer

Last synced: over 1 year ago
JSON representation

3d rendering course

Awesome Lists containing this project

README

          

# 3d rendering

Dependencies

```bash
sudo apt-get update
sudo apt install build-essential
sudo apt install libsdl2-dev
```

# TODO

- [ ] Implement shading algorithms
- [x] Flat shading algorithm
- [ ] Gouraud algorithm
- [ ] Phong algorithm

## references

- [Backface culling](https://en.wikipedia.org/wiki/Back-face_culling)
- This engine is left-handed, meaning the z increases towards the screen