From 030579724cf252b818110de7c46a122b18a4ab5e Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 9 May 2026 21:22:54 +0100 Subject: Update demo url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c74eddf..1721fdd 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A simple pseudo 3D [raycasting](https://en.wikipedia.org/wiki/Ray_casting) engine written from scratch in Kotlin, targeting the browser with [Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html) and rendered using only vertical lines drawn on an HTML5 canvas. -Interactive demo [here](https://jamesbarnett.io/raycaster) +Interactive demo [here](https://jamesbarnett.xyz/raycaster) -![](https://jamesbarnett.io/files/raycaster/raycast2.png) +![](https://jamesbarnett.xyz/files/raycaster/raycast2.png) ## Process Raycasting is a simple rendering technique allowing [2D map data](https://github.com/jamesbarnett91/kotlin-raycaster/blob/main/src/main/kotlin/Map.kt) to be shown in 3D perspective. -- cgit v1.2.3