This commit is contained in:
Michele Caini
2018-10-07 22:33:39 +02:00
parent 6e22983d98
commit ff34671526
2 changed files with 3 additions and 2 deletions

View File

@@ -71,7 +71,8 @@ Here is a brief, yet incomplete list of what it offers today:
a tiny **event dispatcher** for immediate and delayed events to integrate in
loops.
* A general purpose **event emitter** as a CRTP idiom based class template.
* And **much more**! Check out the [**wiki**](https://github.com/skypjack/entt/wiki).
* And **much more**! Check out the
[**wiki**](https://github.com/skypjack/entt/wiki).
Consider it a work in progress. The whole API is also fully documented in-code
for those who are brave enough to read it.

2
TODO
View File

@@ -1,5 +1,5 @@
* long term feature: shared_ptr less locator
* long term feature: shared_ptr-less resource cache
* long term feature: shared_ptr less resource cache
* custom allocators and EnTT allocator-aware in general (long term feature, I don't actually need it at the moment) - see #22
* scene management (I prefer the concept of spaces, that is a kind of scene anyway)
* debugging tools (#60): the issue online already contains interesting tips on this, look at it