Kav/README.md

30 lines
509 B
Markdown
Raw Permalink Normal View History

# Kav
A 3D renderer built on top of FNA.
## Roadmap
Essential
- [x] PBR shading
- [x] Deferred rendering
- [x] Point lighting
- [x] Directional lighting
- [x] Directional shadow maps
- [x] Cascading shadow maps
- [x] Tone map shader
- [x] Poisson soft shadowing
2020-10-20 01:24:02 +00:00
- [x] Frustum culling
2020-10-19 21:00:11 +00:00
- [x] Shadow-casting point lights
- [ ] Parabolic lights
2020-10-19 10:01:37 +00:00
- [x] Skyboxes
- [ ] Screen-space reflection
Nice-To-Haves
- [ ] Anti-aliasing
- [ ] Image-based lighting
- [ ] Volumetric lighting
- [ ] Volumetric smoke
- [ ]