Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andstor/voxelizer-desktop

:space_invader: Easy 3D model voxelization desktop app
https://github.com/andstor/voxelizer-desktop

Last synced: 1 day ago
JSON representation

:space_invader: Easy 3D model voxelization desktop app

Awesome Lists containing this project

README

        

# Voxelizer Desktop

> Easy 3D model voxelization desktop app

## Install

*macOS 10.10+, Linux, and Windows 7+ are supported (64-bit only).*

**macOS**

[**Download**](https://github.com/andstor/voxelizer-desktop/releases/latest) the `.dmg` file.

**Linux**

[**Download**](https://github.com/andstor/voxelizer-desktop/releases/latest) the `.AppImage` or `.deb` file.

*The AppImage needs to be [made executable](http://discourse.appimage.org/t/how-to-make-an-appimage-executable/80) after download.*

**Windows**

[**Download**](https://github.com/andstor/voxelizer-desktop/releases/latest) the `.exe` file.

---

## Dev

Built with [Electron](https://electronjs.org).

### Run

```
$ npm install
$ npm start
```

### Publish

```
$ npm run release
```

After Travis finishes building your app, open the release draft it created and click "Publish".