From 27c95611139e47acfee0a6a3fef034f979536094 Mon Sep 17 00:00:00 2001 From: Colleague Riley Date: Fri, 4 Oct 2024 10:42:06 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4947707..19b3938 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ If you're looking for a user friendly software rendering library, [Silk.h](https This demos can run [on the web](https://colleagueriley.github.io/rsoft/) ## shapes.c -A basic example showing the types of shapes that can be rendered and transformations that can be done. [Run in your browser](https://colleagueriley.github.io/rsoft/examples/shapes.html) +A basic example showing the types of shapes that can be rendered and transformations that can be done. [Run in your browser](https://colleagueriley.github.io/RSGL/examples/shapes.html) -![video](https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/shapes.gif) +![video](https://raw.githubusercontent.com/ColleagueRiley/RSGL/refs/heads/main/shapes.gif) ## textures.c A basic example showing how textures are rendered and transformations that can be done. [Run in your browser](https://colleagueriley.github.io/rsoft/examples/textures.html) -![video](https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/textures.gif) +![video](https://raw.githubusercontent.com/ColleagueRiley/RSGL/refs/heads/main/textures.gif) ## raycaster.c A simple raycasting demo with textured walls. [Run in your browser](https://colleagueriley.github.io/rsoft/examples/raycaster.html) -![video](https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/raycaster.gif) +![video](https://raw.githubusercontent.com/ColleagueRiley/RSGL/refs/heads/main/raycaster.gif) ## doom-like.c A simple psuedo 3D rendering example. [Run in your browser](https://colleagueriley.github.io/rsoft/examples/doom-like.html) -![video](https://raw.githubusercontent.com/ColleagueRiley/rsoft/refs/heads/main/doom-like.gif) +![video](https://raw.githubusercontent.com/ColleagueRiley/RSGL/refs/heads/main/doom-like.gif)