more notes

pull/1/head
Evan Hemsley 2019-06-11 18:37:55 -07:00
parent 766edde0c2
commit 05ca06bfe3
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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!