docs(amiga): expand animation guide with GEL architecture, hardware foundation, and historical context

This commit is contained in:
Ilia Sharin 2026-04-24 16:16:21 -04:00
parent f61c26b542
commit ea2869b8b9
2 changed files with 752 additions and 59 deletions

View file

@ -20,4 +20,4 @@ The Amiga graphics system is built on custom DMA-driven hardware (Agnus/Alice +
| [rastport.md](rastport.md) | RastPort drawing context: draw modes, patterns, layer clipping, text pipeline, blitter minterms |
| [views.md](views.md) | View, ViewPort, MakeVPort, display construction |
| [text_fonts.md](text_fonts.md) | TextFont bitmap layout, baseline rendering, algorithmic styles, AvailFonts enumeration |
| [animation.md](animation.md) | AnimOb, BOB, VSprite, GEL system |
| [animation.md](animation.md) | GEL system deep dive: BOBs, VSprites, AnimObs, hardware foundation (Blitter/Copper/Sprite interaction), collision detection, double buffering, performance tuning |