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
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).
13
13
14
-
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.
14
+
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) or have a look at [documentation](https://fireblade-engine.github.io/ecs) to get started.
15
15
16
16
## 🚀 Getting Started
17
17
@@ -25,19 +25,19 @@ These instructions will get you a copy of the project up and running on your loc
25
25
26
26
### 💻 Installing
27
27
28
-
Fireblade ECS is available for all platforms that support [Swift 5.8](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
28
+
Fireblade ECS is available for all platforms that support [Swift 6.1](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
29
29
30
30
Extend the following lines in your `Package.swift` file or use it to create a new project.
Copy file name to clipboardExpand all lines: Sources/FirebladeECS/Documentation.docc/Documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Seamlessly, consistently, and asynchronously replicate data.
7
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.
8
8
An ECS comprises entities composed from components of data, with systems which operate on the components.
9
9
10
-
Fireblade ECS is available for all platforms that support [Swift 5.8](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
10
+
Fireblade ECS is available for all platforms that support [Swift 6.1](https://swift.org/) and higher and the [Swift Package Manager (SPM)](https://github.com/apple/swift-package-manager).
11
11
It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).
12
12
13
13
For a more detailed example of FirebladeECS in action, see the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo).
0 commit comments