Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsimone/r3f-raymarching
👾 A collection of raymarching experiments using react-three-fiber & family
https://github.com/gsimone/r3f-raymarching
raymarching shaders
Last synced: 28 days ago
JSON representation
👾 A collection of raymarching experiments using react-three-fiber & family
- Host: GitHub
- URL: https://github.com/gsimone/r3f-raymarching
- Owner: gsimone
- Created: 2020-08-09T19:55:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T13:08:06.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T08:29:30.730Z (about 1 month ago)
- Topics: raymarching, shaders
- Language: JavaScript
- Homepage: https://raymarching.netlify.app/metaballs
- Size: 6.96 MB
- Stars: 54
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-three-fiber - link
README
# 👾 Raymarching shaders
## 👉 https://raymarching.netlify.app/cube
## Getting Started
I followed this tutorial/live coding video https://www.youtube.com/watch?v=afc8qabsGYg&t=1336s by [@akella](https://twitter.com/akella)
## Useful links
- [Rotation Functions](https://gist.github.com/yiwenl/3f804e80d0930e34a0b33359259b556c)
- [Distance Functions](https://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm)
- [Procedural Palettes](https://iquilezles.org/www/articles/palettes/palettes.htm)## Read
- [Improving the Rainbow](https://www.alanzucconi.com/2017/07/15/improving-the-rainbow/) by [@alanzucconi](https://twitter.com/AlanZucconi)
- [Not so discreet charm of machine colors](https://medium.com/@kazikpogoda/not-so-discreet-charm-of-machine-colors-1390d4dba3db) by [@KazikPogoda](https://twitter.com/KazikPogoda)
- [Raymarching Workshop](https://github.com/electricsquare/raymarching-workshop)## Shader Learning
- [Book of Shaders](https://thebookofshaders.com/)
- [Ronja Tutorials](https://www.ronja-tutorials.com/)
- [Unity Shaders](https://github.com/adrian-miasik/unity-shaders) A collection of basic shaders in Unity