Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florianfe/papercubes

🏡🖨 An App which converts your minecraft .schematic files to blueprints for papercraft
https://github.com/florianfe/papercubes

desktop-app electron minecraft paper papercraft polymer printing

Last synced: 12 days ago
JSON representation

🏡🖨 An App which converts your minecraft .schematic files to blueprints for papercraft

Awesome Lists containing this project

README

        


Icon

🏡🖨 PaperCubes



A desktop app which converts your minecraft .schematic files
you got from worldedit to blueprints for papercraft.


forthebadge
forthebadge
forthebadge


## 🚀 How to use?
1. 🏡 You need an installed Minecraft Version
2. 🏗 You need to install the Minecraft mod Worldedit
3. 🔨 Start Minecraft and build something amazing
4. 💾 *//Copy* what you built and *//schematic save* it
5. 🌴 Download a Texturepack
6. 💿 Start this desktop app
7. 🏝 Drop schematic file and texturepack in it
8. 🌟 Let the Program do its magic
9. 🖨 Print out the blueprints
10. 🏘 Make amazing minecraft builds in real!

## ⚠️ Important

- PaperCubes is still in BETA. Errors may occur. When you found one, please open an issue for me
- Currently works only for schematic files which are taken from minecraft versions smaller than v1.13.0. Versions that are very old won't work eighter. The version of the texturepack should match the minecraft version of the schematic file for best results
- Loading times can be very long depending on the size of the schematic

## 📝 Source Code
In order to use this source code you need to have Node.js, Git and Bower installed globally. After that you have to follow the steps below.

Only for Windows (as admin)
```bash
npm install --global --production windows-build-tools
npm config set msvs_version 2015 --global
```

For all platforms
```bash
# Clone this repository
git clone https://github.com/florianfe/PaperCubes
# Go into the repository
cd PaperCubes
# Install npm dependencies
npm install
# Install bower dependencies
bower install
# Compile C++ sources
npm run-script compile
# Run the app in test mode
npm start
# build application for release
[sudo] npm run-script dist
```

## 🖼 Preview

![screenshot 1](https://florianfe.github.io/screenshots/PaperCubes/screenshot%201.png)
![screenshot 2](https://florianfe.github.io/screenshots/PaperCubes/screenshot%202.png)
![screenshot 3](https://florianfe.github.io/screenshots/PaperCubes/screenshot%203.png)
![screenshot 4](https://florianfe.github.io/screenshots/PaperCubes/screenshot%204.png)
![screenshot 5](https://florianfe.github.io/screenshots/PaperCubes/screenshot%206.png)

## 💾 Download


Platform
Version
Download


Mac
1.3.0 BETA
Download


Windows
1.3.0 BETA
Download


Linux (.deb)
1.3.0 BETA
Download

## 🗒 Note
- This Project was inspired by [Orthogami](https://github.com/mikolalysenko/orthogami) (made by mikolalysenko).
- The Texture Pack Pixel Perfection ([Link](http://www.minecraftforum.net/forums/mapping-and-modding-java-edition/resource-packs/1242533-pixel-perfection-now-with-polar-bears-1-11)) which is used for the Screenshots was made by Hugh "XSSheep" Rutland.

## 📖 License
[![forthebadge](http://forthebadge.com/images/badges/cc-nc.svg)](https://creativecommons.org/licenses/by-nc/3.0/)