Update README

This commit is contained in:
Christian Treffs 2020-07-28 11:45:51 +02:00
parent 35f1345932
commit 1468f1d28f
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
This is a **dependency free**, **lightweight**, **fast** and **easy to use** [Entity-Component System](https://en.wikipedia.org/wiki/Entity_component_system) implementation in Swift. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) to get started.
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) or have a look at [documentation in the wiki](https://github.com/fireblade-engine/ecs/wiki) to get started.
## 🚀 Getting Started
@ -243,6 +243,10 @@ let newEntities = try family.decodeMembers(from: jsonData, using: &jsonDecoder)
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) to get started.
## 📖 Documentation
Consult the [wiki](https://github.com/fireblade-engine/ecs/wiki) for in-depth [documentation](https://github.com/fireblade-engine/ecs/wiki).
## 🏷️ Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/fireblade-engine/ecs/tags).