Update "Development-Workflow.-"
parent
0c2cb0006c
commit
79178d2c0d
1 changed files with 129 additions and 120 deletions
|
|
@ -20,6 +20,11 @@ Before starting a task, consult the relevant wiki pages:
|
||||||
| **Animation work** | [[Animation-System]] | Animation-System if new easing/features |
|
| **Animation work** | [[Animation-System]] | Animation-System if new easing/features |
|
||||||
| **Demo creation** | Relevant pattern page + component page | Pattern page if demo reveals new technique |
|
| **Demo creation** | Relevant pattern page + component page | Pattern page if demo reveals new technique |
|
||||||
| **New UIDrawable type** | [[UI-Component-Hierarchy]], [[Adding-Python-Bindings]] | UI-Component-Hierarchy to add new type |
|
| **New UIDrawable type** | [[UI-Component-Hierarchy]], [[Adding-Python-Bindings]] | UI-Component-Hierarchy to add new type |
|
||||||
|
| **Procedural generation** (BSP, heightmaps, noise) | [[Procedural-Generation]] | Procedural-Generation if new technique |
|
||||||
|
| **Tiled/LDtk import** (tileset, wang, rules) | [[Grid-Rendering-Pipeline]], [[Procedural-Generation]] | Relevant page if import pipeline changes |
|
||||||
|
| **3D/Voxel work** | (no wiki page yet) | Create wiki page if significant |
|
||||||
|
| **WASM/Emscripten work** | (no wiki page yet) | Create wiki page if significant |
|
||||||
|
| **Headless mode / testing** | [[Headless-Mode]], [[Writing-Tests]] | Relevant page |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -73,6 +78,9 @@ With appropriate permissions:
|
||||||
| Architecture and design decisions | Relevant system page |
|
| Architecture and design decisions | Relevant system page |
|
||||||
| Migration from old API | System page, in dedicated "Migration" section |
|
| Migration from old API | System page, in dedicated "Migration" section |
|
||||||
| C++ implementation details | System page, with file references |
|
| C++ implementation details | System page, with file references |
|
||||||
|
| Procgen patterns and techniques | [[Procedural-Generation]] |
|
||||||
|
| Grid layer rendering pipeline | [[Grid-Rendering-Pipeline]] |
|
||||||
|
| TCOD integration (FOV, pathfinding) | [[Grid-TCOD-Integration]] |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -112,9 +120,10 @@ This keeps documentation current without requiring separate documentation passes
|
||||||
## Related Pages
|
## Related Pages
|
||||||
|
|
||||||
- [[Home]] - Wiki index
|
- [[Home]] - Wiki index
|
||||||
- [[Contributing]] - Code contribution guidelines
|
|
||||||
- [[Writing-Tests]] - Test-driven development workflow
|
- [[Writing-Tests]] - Test-driven development workflow
|
||||||
|
|
||||||
|
For contribution guidelines, see `CLAUDE.md` in the repository root.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Last updated: 2025-11-29*
|
*Last updated: 2026-02-07*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue