specs 0.11.0-alpha7

Specs is an Entity-Component System library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The Specs Book

- [Introduction]01_intro.md
- [Hello World]02_hello_world.md
- [Dispatcher]03_dispatcher.md
- [Resources]04_resources.md
- [Storages]05_storages.md
- [System Data]06_system_data.md
- [Setup]07_setup.md
- [Joining components]08_join.md
- [Parallel Join]09_parallel_join.md
- [Rendering]10_rendering.md
- [Advanced component strategies]11_advanced_component.md
- [FlaggedStorage and modification events]12_tracked.md
- [Building a game with Specs]