You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ Entity Component Systems (ECS) are a form of decomposition that completely decou
6
6
7
7
EntityX is an EC system that uses C++11 features to provide type-safe component management, event delivery, etc. It was built during the creation of a 2D space shooter.
8
8
9
+
## Downloading
10
+
11
+
You can acquire stable releases [here](https://github.com/alecthomas/entityx/releases).
12
+
13
+
Alternatively, you can check out the current development version with:
0 commit comments