EcsR3
  • readme
  • Getting Started
    • Stuff To Know
  • Systems R3
    • Getting Started
      • Setup
    • The Framework
      • Systems
      • Computeds
    • Framework Infrastructure
      • Application Infrastructure
      • Application Lifecycle
      • Dependency Management
    • Plugins
      • Overview
  • Ecs R3
    • Getting Started
      • Setup
    • The Framework
      • Entities
      • Components
      • Systems
      • Blueprints
      • Groups
      • Observable Groups
    • Framework Infrastructure
      • Application Infrastructure
      • Application Lifecycle
      • Dependency Management
    • Framework Architecture
      • High Level Architecture
      • Entity Collections
    • Plugins
      • Overview
      • Reactive Systems Plugin
      • Computeds Plugin
      • View Plugin
      • Batching Systems Plugin
      • Group Binding Plugin
    • Performance
      • Overview
      • Component Type Lookups
      • System Affinities
      • Struct Components
  • Other
    • Breaking Changes
    • FAQs
    • Third Party Content
Powered by GitBook
On this page
Edit on GitHub

readme

NextGetting Started

Last updated 4 months ago

Welcome etc!

If you are viewing this in github you can view the book version of it

This is an attempt to document most of the important stuff around how to use the library, it is recommended that you follow the order of the TOC, however if you are not using the gitbook version then just look at the summary.md file and follow that order.

The flow is generally:

  • Stuff you should ideally know before using the framework

  • About the framework and how to use it

  • The bits which make up the framework and how to use them

  • Making larger applications with the framework

  • How the underlying architecture fits together

  • How you can extend the framework and use plugins

  • How to use the framework in a more performance oriented manner

  • Other guff

Feel free to add to the docs or come on the if you need help!

HERE
Discord Channel