specs 0.11.0-alpha4

Specs is an Entity-Component System library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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
- [Joining components]07_join.md
- [Parallel Join]08_parallel_join.md
- [Rendering]09_rendering.md
- [Building a game with Specs]