snecs¶
Overview¶
The main part of this documentation is A guided tour of snecs, which is structured into sections of increasing technical detail. It’s written manually, and intended as a gentle introduction to the library and underlying design pattern that doesn’t require or presume familiarity with the core concepts.
The guided tour is supplemented by the API Reference, generated from the source code docstrings.
To start learning how to use snecs
:
If you’re not familiar with Entity-Component-Systems, the What’s an ECS? page provides a quick explanation of the design pattern.
When you’re ready to start developing with
snecs
, read Getting started. It’s a high-level explanation of the library, detailing the general flow of working with it.You can find the full documentation of all the names that are part of the
snecs
public API in API Reference.
Full Table of Contents¶
Indices and tables¶
Footnotes
- 1
I highly recommend Poetry. It offers a very pleasant development experience, and makes it effortless to manage dependencies, and your entire project.
Regardless of which tool you’re using, I recommend installing
snecs
and other Python packages in a virtual environment. Poetry and Pipenv handle that for you!