Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perkovec/vuxel
- Owner: Perkovec
- License: mit
- Created: 2020-02-01T00:59:21.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-07T14:20:49.000Z (about 2 years ago)
- Last Synced: 2024-04-15T00:17:01.317Z (10 months ago)
- Topics: 3d, editor, voxel, voxel-editors, voxels
- Language: JavaScript
- Homepage: https://perkovec.github.io/Vuxel/
- Size: 4.16 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.