Fix README links + update swiftenv
This commit is contained in:
parent
65755b3c65
commit
01bf0e1424
|
|
@ -1 +1 @@
|
||||||
5.0.1
|
5.0.3
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -32,3 +32,6 @@ genXcodeOpen: genXcode
|
||||||
open *.xcodeproj
|
open *.xcodeproj
|
||||||
|
|
||||||
precommit: lint genLinuxTests
|
precommit: lint genLinuxTests
|
||||||
|
|
||||||
|
testReadme:
|
||||||
|
markdown-link-check -p -v ./README.md
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -1,11 +1,11 @@
|
||||||
# Fireblade ECS (Entity-Component-System)
|
# Fireblade ECS (Entity-Component System)
|
||||||
[](https://travis-ci.com/fireblade-engine/ecs)
|
[](https://travis-ci.com/fireblade-engine/ecs)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://swift.org/download)
|
[](https://swift.org/download)
|
||||||
[](#)
|
[](#)
|
||||||
[](#)
|
[](#)
|
||||||
|
|
||||||
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).
|
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) to get started.
|
||||||
|
|
||||||
|
|
@ -219,16 +219,16 @@ nexus.family(requires: Position.self)
|
||||||
|
|
||||||
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) to get started.
|
||||||
|
|
||||||
## Versioning
|
## 🏷️ Versioning
|
||||||
|
|
||||||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags).
|
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).
|
||||||
|
|
||||||
## ✍️ Authors
|
## ✍️ Authors
|
||||||
|
|
||||||
* [Christian Treffs](https://github.com/ctreffs) - *Initial work*
|
* [Christian Treffs](https://github.com/ctreffs) - *Initial work*
|
||||||
* [Manuel Weidmann](https://github.com/vyo)
|
* [Manuel Weidmann](https://github.com/vyo)
|
||||||
|
|
||||||
See also the list of [contributors](https://github.com/fireblade-engine/ecs/blob/master/project/contributors) who participated in this project.
|
See also the list of [contributors](https://github.com/fireblade-engine/ecs/contributors) who participated in this project.
|
||||||
|
|
||||||
## 🔏 License
|
## 🔏 License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue