https://github.com/danielesteban/voxelmarch
https://github.com/danielesteban/voxelmarch
voxels webgpu
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielesteban/voxelmarch
- Owner: danielesteban
- License: mit
- Created: 2024-03-07T00:29:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-07T00:54:12.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:56:21.588Z (7 months ago)
- Topics: voxels, webgpu
- Language: TypeScript
- Homepage: https://voxelmarch.gatunes.com/
- Size: 77.1 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[voxelmarch](https://voxelmarch.gatunes.com)
==```bash
# clone repo:
git clone https://github.com/danielesteban/voxelmarch.git
cd voxelmarch
# install dependencies:
pnpm install
# start environment:
pnpm start
# open http://localhost:8080/ in your browser
```