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. Ruby
      1. Installation
      2. Hello World
      3. Spawning scripts
      4. Calling Rust from Ruby
      5. Calling Ruby from Rust
      6. Interacting with bevy in callbacks
      7. Builtin types
    3. Rhai
      1. Installation
      2. Hello World(TBD)
  3. Multiple plugins
  4. Multiple runtimes(TBD)
  5. Implementing custom runtimes(TBD)
  6. Workflow
    1. Live-reload
  7. Bevy support matrix