aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files 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.