Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Oct 4, 2024
1 parent cb6dc0a commit 27c9561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 27c9561

Please sign in to comment.