typos
This commit is contained in:
@@ -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
2
TODO
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user