Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.36 KB

RSoft

The RSoftlogo

RSoft is a software rendering library oriented around math.

If you're looking for a user friendly software rendering library, Silk.h is a good alternative.

examples

This demos can run on the web

shapes.c

A basic example showing the types of shapes that can be rendered and transformations that can be done. Run in your browser

video

textures.c

A basic example showing how textures are rendered and transformations that can be done. Run in your browser

video

raycaster.c

A simple raycasting demo with textured walls. Run in your browser

video

doom-like.c

A simple psuedo 3D rendering example. Run in your browser

video