/raymarching-starter

A simple raymarching starter kit

Primary LanguageJavaScript

raymarching-starter-kit

A simple raymarching starter kit in webgl native

It use budo, babel and glslify

Installation

npm i

Start developement

It starts a developement server at localhost:9966 with live reload.

npm start

Build

npm run build

Structure inspired by Valentin's threejs starter kit