An open API service indexing awesome lists of open source software.

https://github.com/miha53cevic/raymarching

A simple raymarching implementation in C# using OpenTK (OpenGL)
https://github.com/miha53cevic/raymarching

opengl raymarching

Last synced: 2 months ago
JSON representation

A simple raymarching implementation in C# using OpenTK (OpenGL)

Awesome Lists containing this project

README

          

# RayMarcher
Simple raymarching implementation in C# using OpenTK (OpenGL)

![](./screenshots/screenshot1.png)
![](./screenshots/screenshot2.png)
![](./screenshots/screenshot3.png)

## This would not be possible withouth these sources
- [@kishimisu Youtube video](https://www.youtube.com/watch?v=khblXafu7iA)
- [Signed Distance Functions Article](https://iquilezles.org/articles/distfunctions/)
- [Checkerboard pattern](https://www.ronja-tutorials.com/post/011-chessboard/)
- [Palletes](https://iquilezles.org/articles/palettes/)