From 7ec62c58e9560fc961ec3522490e40ad1d259c72 Mon Sep 17 00:00:00 2001 From: omnisci3nce Date: Thu, 18 Jul 2024 16:17:23 +1000 Subject: wip skybox. make geometry owned and copied onto Mesh --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5ec3d37..b9c3bf6 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,22 @@ All third-party dependencies are licensed under their own license. * `docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material` * Build docs static site * `docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build` + +## TODO + +### Core + +#### Memory +- [x] Pool allocator (typed) +- [ ] SoA hot/cold pool allocator (pool for all entities of same type, split into two structs in SoA so we can have hot ,(`VkHandle`and cold `size`, `format` data separated)) + +#### Scene +- [ ] Transform hierarchy / Scene tree + - [ ] transform propagation + +### Renderer + +- [ ] PBR + - [x] Basic implementation using learnopengl + - [ ] Implementation using filament as a reference for first in class PBR + - [ ] Handle metallic / roughness being in different channels, combined, or absent -- cgit v1.2.3-70-g09d2