https://github.com/danielesteban/gpuvoxels
SDF -> Voxels -> Faces -> Pixels
https://github.com/danielesteban/gpuvoxels
Last synced: 12 months ago
JSON representation
SDF -> Voxels -> Faces -> Pixels
- Host: GitHub
- URL: https://github.com/danielesteban/gpuvoxels
- Owner: danielesteban
- License: mit
- Created: 2022-07-22T13:38:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T17:09:53.000Z (almost 4 years ago)
- Last Synced: 2025-07-06T17:04:51.114Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://gpuvoxels.gatunes.com
- Size: 1.73 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[gpuvoxels](https://github.com/danielesteban/gpuvoxels)
[](https://www.npmjs.com/package/gpuvoxels)
==
> SDF -> Voxels -> Faces -> Pixels (Works only in Chrome Canary)
[](https://gpuvoxels.gatunes.com)
### Dev environment
```bash
# clone repo:
git clone https://github.com/danielesteban/gpuvoxels.git
cd gpuvoxels
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```