-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Roadmap
Simon Schmid edited this page Jul 31, 2015
·
20 revisions
- IStrictReactiveSystem will provide an additional matcher that describes a set of required components. This will be used to filter entities passed to reactive system
- Improving matcher performance by utilising bitwise comparisons
- Find a nice solution to generate files, even when the solution does not compile
- Experiment with roslyn
- Generate multiple pool and entity types based on pool attributes (e.g. UIPool, UIEntity) which only offer code completion for supported components
- Profile editor and improve performance
- Create entities and components at runtime
- IComponentDrawer, draws not only the type, but the whole component
Guides: Introduction - Installation - Upgrading - FAQ - Cookbook - Contributing
Need Help? Ask a question on Discord or create an issue.
- The Basics
- Concepts
- Architecture / Patterns