Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andstor/voxelizer-desktop
- Owner: andstor
- License: mit
- Created: 2019-12-28T00:05:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T15:20:41.000Z (over 1 year ago)
- Last Synced: 2024-06-21T06:34:12.925Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".