Update README.md
This commit is contained in:
parent
de8aae73ac
commit
ebee3f049b
|
|
@ -1,8 +1,8 @@
|
|||
# Fireblade ECS (Entity-Component-System)
|
||||
[](releases/tag/v0.3.0)
|
||||
[](LICENSE)
|
||||
[](#)
|
||||
[](#)
|
||||
[](LICENSE)
|
||||
[](#)
|
||||
[](#)
|
||||
|
||||
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).
|
||||
|
||||
|
|
@ -47,7 +47,8 @@ let package = Package(
|
|||
|
||||
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.
|
||||
You may use more than one nexus at a time.
|
||||
A single `Nexus` may hold up to 4294967295 `Entities` at a time.
|
||||
You may use more than one `Nexus`.
|
||||
|
||||
Initialize a nexus with
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue