Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perkovec/vuxel

Open Source Voxel Editor
https://github.com/perkovec/vuxel

3d editor voxel voxel-editors voxels

Last synced: 3 months ago
JSON representation

Open Source Voxel Editor

Awesome Lists containing this project

README

        

# Vuxel

[![Build Status](https://travis-ci.org/Perkovec/Vuxel.svg?branch=master)](https://travis-ci.org/Perkovec/Vuxel) [![Greenkeeper badge](https://badges.greenkeeper.io/Perkovec/Vuxel.svg)](https://greenkeeper.io/)

Version 0.0.4

By Ilya Karpuk [email protected]

## About

Vuxel - tool for creating 3D models using voxels.

![Demo](demo.gif)

## Install & Build

Firstly, install dependencies:
```bash
npm install
```

We are using [Parcel](https://github.com/parcel-bundler/parcel) to build Vuxel.

If you want to start dev server, run command:
```bash
npm start
```

For build project use `build` script:
```bash
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.