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

https://github.com/danrpts/raymarch

Accelerated Raycasting Graphics Engine for WebGL.
https://github.com/danrpts/raymarch

glsl glsl-shaders raycasting raymarch shaders webgl

Last synced: 3 months ago
JSON representation

Accelerated Raycasting Graphics Engine for WebGL.

Awesome Lists containing this project

README

        

# Raymarch
A lightweight WebGl raymarching engine for experimental and educational uses.

## Install

git clone https://github.com/danrpts/raymarch.git

cd raymarch

npm install -g webpack webpack-dev-server

npm install

npm start

The application is now hosted at http://localhost:8080

## Controls
Rotate viewer: `mousedown` + `mousemove`

## Screenshots
![Earth](https://raw.github.com/danrpts/raymarch/master/public/screenshot1.png)
![Mars](https://raw.github.com/danrpts/raymarch/master/public/screenshot2.png)