diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 13:40:31 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 13:40:31 +1000 |
commit | e0a047ac1e2cf18c3b0f23f31f869eeda767503e (patch) | |
tree | a14e3eccec6e845778798fe24acc4c85f8e4da4b /README.md | |
parent | b28de1c7c87683b0645368f5393734f1db4ffd74 (diff) |
try getting glfw passthrough and egui to work
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,6 +66,7 @@ All third-party dependencies are licensed under their own license. - [ ] Cone - [ ] Torus - [ ] Prism +- Load sponza & bistro scenes - [ ] Bindings generation (targets: rust, odin, zig, ocaml) (future) #### Memory @@ -77,7 +78,7 @@ All third-party dependencies are licensed under their own license. - [ ] 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)) (future) #### Scene -- [ ] Transform hierarchy / Scene tree +- [1/2] Transform hierarchy / Scene tree - [ ] Transform propagation - [ ] Asset streaming |