From 26dfed8b44b36ebc137331c8fd006962e6cd5df5 Mon Sep 17 00:00:00 2001 From: Ilia Sharin Date: Fri, 24 Apr 2026 16:19:47 -0400 Subject: [PATCH] docs(amiga): fix Quartz Composer typo and add hyperlink --- 08_graphics/animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_graphics/animation.md b/08_graphics/animation.md index 73c5d8c..41d7ede 100644 --- a/08_graphics/animation.md +++ b/08_graphics/animation.md @@ -45,7 +45,7 @@ The Amiga was the only home computer where the OS itself provided: - **Integrated collision detection** across all object types - **A physics-aware animation sequencer** (AnimOb with velocity and acceleration) -This was essentially a **scene graph with a compositor** — a concept that wouldn't become mainstream until GPU-accelerated window managers appeared 20 years later (Quartz Compositor 2001, Aero 2006). +This was essentially a **scene graph with a composer** — a concept that wouldn't become mainstream until GPU-accelerated window managers appeared 20 years later ([Quartz Composer](https://developer.apple.com/documentation/quartz/quartz-composer), Aero 2006). > [!NOTE] > The arcade world had more sophisticated sprite hardware (Namco System 16, Sega System 16 — 128+ sprites with scaling and rotation), but these were fixed-function ASICs with no OS, no API, and no concept of resource sharing between applications. The Amiga's innovation was the **software architecture** layered on top of capable-but-limited hardware.