Update README.md

This commit is contained in:
Heaust Azure
2024-08-02 22:43:48 +05:30
committed by GitHub
parent f3fc460237
commit 83906ac02c
+11 -1
View File
@@ -27,13 +27,23 @@ What algorithms are we planning to have,
- Global Illumination? (how?) - Global Illumination? (how?)
- postprocesses? - postprocesses?
- physics? - physics?
- simulations? (fluid, cloth, rigid body) - simulations? (fluid, cloth, rigid body, wind)
- g-splats? - g-splats?
- volumetrics? (openvdb?) - volumetrics? (openvdb?)
- edge detection? - edge detection?
- SDFs? - SDFs?
- animation/bones? - animation/bones?
- spatial audio? - spatial audio?
- particles?
- instancing?
- procedural gen? (providing noise textures, perlin, voronoi)
- mesh edits/CSG?
- glass/refraction?
- nanites?
- caching?
- streaming mesh data? (for progressive loading/nanites/volumetrics/sectors/occlusion-optimised loading)
- server components? (websockets for mesh streaming)
- collision sounds?
## are we gon use ogl or start from scratch? ## are we gon use ogl or start from scratch?