30 lines
509 B
Markdown
30 lines
509 B
Markdown
|
# 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
|
||
|
- [ ] Frustum culling
|
||
|
- [ ] Shadow-casting point lights
|
||
|
- [ ] Parabolic lights
|
||
|
- [ ] Skyboxes
|
||
|
- [ ] Screen-space reflection
|
||
|
|
||
|
Nice-To-Haves
|
||
|
|
||
|
- [ ] Anti-aliasing
|
||
|
- [ ] Image-based lighting
|
||
|
- [ ] Volumetric lighting
|
||
|
- [ ] Volumetric smoke
|
||
|
- [ ]
|