This web apps allows you to create voxel art online by clicking on a 3D grid.
Create and edit 3D models.
Save and load 3D models.
See Voxeldesk.
- Next.js (TS)
- three.js
- react-colorful.js
npm install
npm run dev
npm run build
npm run lint
Voxeldesk's voxel-painting is based off and extends the official three.js example created by mrdoob (and other three.js authors) named webgl_interactive_voxelpainter.html
https://github.com/mrdoob/three.js/blob/master/examples/webgl_interactive_voxelpainter.html