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
- Host: GitHub
- URL: https://github.com/danielesteban/marcher
- Owner: danielesteban
- License: mit
- Created: 2022-09-17T13:07:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T14:24:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T18:54:49.377Z (over 1 year ago)
- Language: Svelte
- Homepage: https://marcher.gatunes.com
- Size: 1.23 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[marcher](https://github.com/danielesteban/marcher)
==
[](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
```