encompass-cs-docs/content/_index.md

14 lines
619 B
Markdown
Raw Normal View History

2019-05-22 00:29:34 +00:00
---
title: "Encompass"
---
# Encompass
2019-06-12 01:37:55 +00:00
[Encompass](https://github.com/encompass-ecs) is a powerful engine-agnostic framework to help you code games, or other kinds of simulations.
2019-05-22 00:29:34 +00:00
2019-12-01 21:43:31 +00:00
Object-oriented code scales and iterates poorly and rapidly becomes unmaintainable.
2019-05-22 00:29:34 +00:00
2019-12-01 21:43:31 +00:00
Encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time worrying about inheritance chains and fixing bugs.
2019-05-22 01:01:24 +00:00
If you are here to learn how to use Encompass and don't care about the justifications for it, or you've never made a game before, I recommend skipping ahead to [Chapter 2](getting_started).