1. Introduction
  2. Runtimes
    1. Lua
      1. Installation
      2. Hello World
      3. Spawning scripts
      4. Calling Rust from Lua
      5. Calling Lua from Rust
      6. Interacting with bevy in callbacks
      7. Builtin types
      8. Builtin variables
    2. Rhai
      1. Installation
      2. Hello World(TBD)
  3. Multiple runtimes(TBD)
  4. Implementing custom runtimes(TBD)
  5. Workflow
    1. Live-reload
  6. Bevy support matrix