https://github.com/danielesteban/voxeltoy
SDF -> Voxels -> Faces -> Pixels
https://github.com/danielesteban/voxeltoy
Last synced: 12 months ago
JSON representation
SDF -> Voxels -> Faces -> Pixels
- Host: GitHub
- URL: https://github.com/danielesteban/voxeltoy
- Owner: danielesteban
- License: mit
- Created: 2022-07-25T06:56:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T09:46:26.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T11:56:25.476Z (over 1 year ago)
- Language: Svelte
- Homepage:
- Size: 986 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[voxeltoy](https://github.com/danielesteban/voxeltoy)
==
> SDF -> Voxels -> Faces -> Pixels (Works only in Chrome Canary)
[](https://voxeltoy.gatunes.com)
### Dev environment
```bash
# clone repo:
git clone https://github.com/danielesteban/voxeltoy.git
cd voxeltoy
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```