diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-20 13:47:18 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-20 13:47:18 +0100 |
| commit | 30033ae20d569c51b4481855f0407cbf1f03c65f (patch) | |
| tree | 331493d960e8d30b1ae85cf2945001b4086695ca /docs/physics.org | |
| parent | 71bb4e8744e733477b9584443adbe8f920458be1 (diff) | |
Documentation improvements1.0.0rc1
Diffstat (limited to 'docs/physics.org')
| -rw-r--r-- | docs/physics.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/physics.org b/docs/physics.org index 9c57cc1..56b2b1f 100644 --- a/docs/physics.org +++ b/docs/physics.org @@ -652,7 +652,7 @@ The jump check in the *Platformer demo*: the pipeline. - [[file:rendering.org][Rendering]] — how =#:tile-id= (written by =apply-animation=) is drawn, and where the camera transform is applied. -- [[file:../demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — canonical gravity + jump + tile-collide example. -- [[file:../demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — canonical =engine-update: 'none= example with manual collision checks via =aabb-overlap?=. -- [[file:../demo/sandbox.scm][Sandbox]] (=bin/demo-sandbox=) — multiple movers, entity–entity push-apart, the default pipeline in a busier scene. -- [[file:../demo/tweens.scm][Tweens]] (=bin/demo-tweens=) — =step-tweens= in action; useful when combined with =#:skip-pipelines '(velocity-x velocity-y)=. +- [[https://git.etenil.net/downstroke/tree/demo/platformer.scm][Platformer]] (=bin/demo-platformer=) — canonical gravity + jump + tile-collide example. +- [[https://git.etenil.net/downstroke/tree/demo/shmup.scm][Shmup]] (=bin/demo-shmup=) — canonical =engine-update: 'none= example with manual collision checks via =aabb-overlap?=. +- [[https://git.etenil.net/downstroke/tree/demo/sandbox.scm][Sandbox]] (=bin/demo-sandbox=) — multiple movers, entity–entity push-apart, the default pipeline in a busier scene. +- [[https://git.etenil.net/downstroke/tree/demo/tweens.scm][Tweens]] (=bin/demo-tweens=) — =step-tweens= in action; useful when combined with =#:skip-pipelines '(velocity-x velocity-y)=. |
