Просмотр исходного кода

doc: add Extensions section to README file (#1349)

Asher Farag 3 недель назад
Родитель
Сommit
009fcb2100
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -59,6 +59,7 @@ Many thanks to [these people](https://skypjack.github.io/sponsorship/) and
 * [Documentation](#documentation)
 * [Tests](#tests)
 * [EnTT in Action](#entt-in-action)
+* [Extensions](#extensions)
 * [Contributors](#contributors)
 * [License](#license)
 
@@ -389,6 +390,15 @@ reference.
 If you know of other resources out there that are about `EnTT`, feel free to
 open an issue or a PR and I'll be glad to add them to the list.
 
+# Extensions
+
+Community-maintained extensions for EnTT:
+
+- [EnTTx](https://github.com/AsherFarag/enttx) - Adds **hierarchies**, **prefabs**, and **change observers** for use cases such as networking and undo/redo.
+
+If you know of other `EnTT` extensions, feel free to
+open an issue or a PR and I'll be glad to add them to the list.
+
 # Contributors
 
 Requests for features, PRs, suggestions and feedback are highly appreciated.