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
- Host: GitHub
- URL: https://github.com/rhaeguard/3d_renderer
- Owner: rhaeguard
- Created: 2024-03-18T06:08:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T05:49:56.000Z (about 2 years ago)
- Last Synced: 2025-03-05T19:09:10.670Z (over 1 year ago)
- Language: C
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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