diff --git a/README.md b/README.md index daa672ef5..e965d239e 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,9 @@ much more written in **modern C++**, mainly known for its innovative **entity-component-system (ECS)** model.
[Among others](https://github.com/skypjack/entt/wiki/EnTT-in-Action), it's used -in [**Minecraft**](https://minecraft.net/en-us/attribution/) by Mojang, the -[**ArcGIS Runtime SDKs**](https://developers.arcgis.com/arcgis-runtime/) by Esri -and [**The Forge**](https://github.com/ConfettiFX/The-Forge) by Confetti. Read -on to find out what it can offer you. +in [**Minecraft**](https://minecraft.net/en-us/attribution/) by Mojang and the +[**ArcGIS Runtime SDKs**](https://developers.arcgis.com/arcgis-runtime/) by +Esri. Open an issue or submit a PR if you don't see your project in the list! --- @@ -27,6 +26,13 @@ doesn't require you to open an issue?
Join the [gitter channel](https://gitter.im/skypjack/entt) and meet other users like you. The more we are, the better for everyone. +Wondering why your **debug build** is so slow on Windows or how to represent a +**hierarchy** with components?
+Check out the +[FAQ](https://github.com/skypjack/entt/wiki/Frequently-Asked-Questions) and the +[wiki](https://github.com/skypjack/entt/wiki) if you have these or other doubts, +your answers may already be there. + If you use `EnTT` and you want to say thanks or support the project, please **consider becoming a patron**: diff --git a/docs/md/links.md b/docs/md/links.md index 677166398..7d4d2d02c 100644 --- a/docs/md/links.md +++ b/docs/md/links.md @@ -38,9 +38,6 @@ I hope this list can grow much more in the future: example of a breakout game, using `SDL` and `EnTT`. * Engines/Frameworks: - * [The Forge](https://github.com/ConfettiFX/The-Forge) by - [Confett](http://www.confettispecialfx.com/): a cross-platform rendering - framework. * [Apparently](https://teamwisp.github.io/credits/) [Wisp](https://teamwisp.github.io/product/) by [Team Wisp](https://teamwisp.github.io/): an advanced real-time ray tracing