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

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

Awesome Lists containing this project

README

          

# [ray-marching](https://ustymukhman.github.io/ray-marching/dist/) #

*GLSL RayMarching Experiment*

![GitHub deployments](https://img.shields.io/github/deployments/UstymUkhman/ray-marching/github-pages)
![GitHub repo size](https://img.shields.io/github/repo-size/UstymUkhman/ray-marching)
![GitHub package.json version](https://img.shields.io/github/package-json/v/UstymUkhman/ray-marching?color=brightgreen)
![GitHub](https://img.shields.io/github/license/UstymUkhman/ray-marching?color=brightgreen)

![](./public/img/preview.gif)

## 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`