Files
simian/docs/Scripting.md
nick 33226dfae1
CI / build-and-test (push) Has been cancelled
feat: Wiki pages and sync
2026-03-08 14:48:55 +13:00

439 B

Scripting

This page is a starting point for scripting documentation.

Overview

  • Scripts live in scripts/ and are executed by AngelScript.
  • Predefined API and engine bindings are declared in scripts/as.predefined.

Examples

  • scripts/game.as — demo showing ECS usage, rendering and input actions.

How to document APIs

Add Markdown pages in the docs/ folder. Use relative links and include code fences for examples.