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

https://github.com/danielesteban/marcher

WebGPU raymarcher with live editing
https://github.com/danielesteban/marcher

Last synced: 10 months ago
JSON representation

WebGPU raymarcher with live editing

Awesome Lists containing this project

README

          

[marcher](https://github.com/danielesteban/marcher)
==

[![marcher](screenshot.png)](https://marcher.gatunes.com)

### Dev environment

```bash
# clone repo:
git clone https://github.com/danielesteban/marcher.git
cd marcher
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```