https://github.com/ustymukhman/ray-marching
GLSL Ray Marching Experiment
https://github.com/ustymukhman/ray-marching
glsl ray-marching shaders webgl2
Last synced: 8 months ago
JSON representation
GLSL Ray Marching Experiment
- Host: GitHub
- URL: https://github.com/ustymukhman/ray-marching
- Owner: UstymUkhman
- License: mit
- Created: 2022-01-25T18:11:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:15:51.000Z (10 months ago)
- Last Synced: 2025-01-12T06:08:26.583Z (9 months ago)
- Topics: glsl, ray-marching, shaders, webgl2
- Language: GLSL
- Homepage: https://ustymukhman.github.io/ray-marching/dist/
- Size: 27.2 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ray-marching](https://ustymukhman.github.io/ray-marching/dist/) #
*GLSL RayMarching Experiment*




## Download ##
`git clone https://github.com/UstymUkhman/ray-marching.git`
`cd ray-marching`
`cp -r ./dist/img/textures/* ./public/img/textures`
## Develop ##
`yarn`
`yarn start`
## Lint ##
`yarn lint`
## Build ##
`yarn build`
`yarn serve`