Open Source Voxel Editor
Version 0.0.4
By Ilya Karpuk perkovec24@gmail.com
Vuxel - tool for creating 3D models using voxels.
Firstly, install dependencies:
npm install
We are using Parcel to build Vuxel.
If you want to start dev server, run command:
npm start
For build project use build
script:
npm run build
Vuxel is released under the MIT licence.