-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine - README.md: format Twitter link
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,15 +40,16 @@ dotnet add package Friflo.Engine.ECS | |
[Entitas](https://github.com/sschmid/Entitas), | ||
[Unity DOTS](https://docs.unity3d.com/Packages/[email protected]/manual/index.html), | ||
[Morpeh](https://github.com/scellecs/morpeh) or | ||
[Arch.Unity](https://github.com/AnnulusGames/Arch.Unity). | ||
[Arch.Unity](https://github.com/AnnulusGames/Arch.Unity). | ||
Will post on Twitter when Unity extension is available. | ||
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/friflo.svg?label=FrisoFlo)](https://twitter.com/FrisoFlo) | ||
|
||
|
||
<span> | ||
<img src="https://raw.githubusercontent.com/friflo/Friflo.Engine-docs/main/docs/images/ECS Store.png" width="418" height="477"/> | ||
<img src="https://raw.githubusercontent.com/friflo/Friflo.Engine-docs/main/docs/images/ECS Entity.png" width="450" height="477"/> | ||
</span> | ||
|
||
Will post on https://twitter.com/FrisoFlo when Unity extension is available. | ||
|
||
ECS - dead simple. Highlights | ||
- No boilerplate - Requires only C# code for **components** and **systems** and adding scripts via the Editor: | ||
**ECS Store**, **ECS System Set** and **ECS Entity** shown in the Inspector. | ||
|