diff --git a/content/_index.md b/content/_index.md index 60c44cc..5dc6d44 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,7 +4,7 @@ title: "Encompass" # Encompass -Encompass is a powerful engine-agnostic framework to help you code games, or other kinds of simulations. +[Encompass](https://github.com/encompass-ecs) is a powerful engine-agnostic framework to help you code games, or other kinds of simulations. Object-oriented code is messy and rapidly becomes unmaintainable. diff --git a/content/getting_started/choosing.md b/content/getting_started/choosing.md index d4bc984..78d2a8e 100644 --- a/content/getting_started/choosing.md +++ b/content/getting_started/choosing.md @@ -17,7 +17,7 @@ That means it needs to run on top of an engine. Ultimately, this is a question that you have to answer for your project. Is there an engine you're already comfortable with? Which platforms are you targeting? Linux? PS4? Android? Are there any features you would really like to have, like a built-in physics simulator? These are questions that could help you choose an engine. Encompass-TS can hook into any engine that supports JavaScript or Lua scripting. -Encompass-CS can hook into any engine that supports C# scripting. +Encompass-CS can hook into any engine that supports C# scripting. (**NOTE:** Encompass-CS is not done yet.) So you have a lot of choices!