FountainAI-Teatro-Template.git · README.md
FountainAI-Teatro-Template.git / README.md
revision 312cc4ef173b13bdcffad8184f4c433c5da02802 · complete file
# FountainAI–Teatro Template This repository is a template for building **SwiftPM-based semantic rendering units** compatible with the FountainAI system and the Teatro View Engine. - 🎭 Uses `.fountain` for structured scenes - 🎛 Uses `.ump` (MIDI 2.0) for universal playback and gestural timing - 🖼 Outputs `.svg`, `.md`, `.ump` - ✅ Includes `agent.md` as machine-readable orchestration contract ## Usage 1. Click **Use this template** 2. Create a new repo (e.g. `macbeth-renderer`) 3. Rename the target in `Package.swift` and folders 4. Run: ```bash swift build swift run swift test ``` This repo is the official starting point for all semantic renderers in the FountainAI ecosystem.