WIP: readme
This commit is contained in:
parent
67f8db7a13
commit
2f8ba43c86
|
|
@ -1,4 +1,4 @@
|
||||||
[](https://github.com/ctreffs/fireblade-ecs/releases/tag/v0.3.0)
|
[](releases/tag/v0.3.0)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
# Fireblade ECS (Entity-Component-System)
|
# Fireblade ECS (Entity-Component-System)
|
||||||
|
|
@ -47,7 +47,7 @@ let package = Package(
|
||||||
|
|
||||||
<!--Show what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.-->
|
<!--Show what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.-->
|
||||||
|
|
||||||
A core element in the Fireblade-ECS is the [Nexus](https://en.wiktionary.org/wiki/nexus). It acts as a centralized way to store, access and manage entities and their components.
|
A core element in the Fireblade-ECS is the [Nexus](https://en.wiktionary.org/wiki/nexus#Noun). It acts as a centralized way to store, access and manage entities and their components.
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
let nexus = Nexus()
|
let nexus = Nexus()
|
||||||
|
|
@ -59,7 +59,7 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ctreffs/fireblade-ecs/tags).
|
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags).
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue