Skip to content

Commit

Permalink
Add System manual, add implementation for flecs::timer class
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Dec 26, 2022
1 parent 39d55f9 commit 49972d5
Show file tree
Hide file tree
Showing 12 changed files with 1,051 additions and 348 deletions.
2 changes: 1 addition & 1 deletion docs/Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## Manuals
- [Manual](/flecs/#/docs/Manual)
- [Query Manual](/flecs/#/docs/Queries)
- [Systems Manual](/flecs/#/docs/Systems)
- [Relationships Manual](/flecs/#/docs/Relationships)
- [JSON Format Manual](/flecs/#/docs/JsonFormat)
- [REST API Manual](/flecs/#/docs/RestApi)
Expand All @@ -33,4 +34,3 @@
- [Why storing state machines in ECS is a bad idea](https://ajmmertens.medium.com/why-storing-state-machines-in-ecs-is-a-bad-idea-742de7a18e59)
- [Why vanilla ECS is not enough](https://ajmmertens.medium.com/why-vanilla-ecs-is-not-enough-d7ed4e3bebe5)
- [ECS: From tool to paradigm](https://ajmmertens.medium.com/ecs-from-tool-to-paradigm-350587cdf216)

340 changes: 0 additions & 340 deletions docs/Manual.md

Large diffs are not rendered by default.

Loading

0 comments on commit 49972d5

Please sign in to comment.