doc: updated links (close #709) and TODO file

This commit is contained in:
Michele Caini
2021-05-28 08:56:55 +02:00
parent d3372dc05c
commit 0b3e3fd19a
2 changed files with 3 additions and 0 deletions

1
TODO
View File

@@ -10,6 +10,7 @@ WIP:
WIP:
* page size: split sparse/packed sizes, reduce comp page size, add per-pool size, allow for 0 sizes (old fully packed array)
* make it possible to register externally managed pools with the registry (allow for system centric mode)
* registry: switch to the udata/mixin model and get rid of poly storage, use pointer to sparse set only for pools, discard pool_data type.
* make pools available (registry/view/group), review operator| for views
* compressed pair to exploit ebo in sparse set and the others

View File

@@ -114,6 +114,8 @@ I hope this list can grow much more in the future:
can run on a toaster.
* [Helena Framework](https://github.com/NIKEA-SOFT/HelenaFramework): a modern
framework in C++17 for backend development.
* [Unity/EnTT](https://github.com/TongTungGiang/unity-entt): tech demo of a
native simulation layer using `EnTT` and `Unity` as a rendering engine.
* Articles, videos and blog posts:
* [Some posts](https://skypjack.github.io/tags/#entt) on my personal