Vuxel icon indicating copy to clipboard operation
Vuxel copied to clipboard

Open Source Voxel Editor

Vuxel

Build Status Greenkeeper badge

Version 0.0.4

By Ilya Karpuk [email protected]

About

Vuxel - tool for creating 3D models using voxels.

Demo

Install & Build

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

Features

  • [x] Camera rotation
  • [x] Tool for bulk creation of voxels
  • [x] Load/save models
  • [x] Painting tools
  • [x] Advanced color picker
  • [x] Keybindings for tools
  • [ ] Orientation indicator and controller
  • [ ] Layers
  • [ ] Dark theme (need help)
  • [ ] Export models

Licence

Vuxel is released under the MIT licence.