Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/FlorianFe/mc-viewer

🌐🏠 A Web Component for visualizing Minecraft schematics
https://github.com/FlorianFe/mc-viewer

minecraft model-viewer polymer web-components

Last synced: about 1 month ago
JSON representation

🌐🏠 A Web Component for visualizing Minecraft schematics

Awesome Lists containing this project

README

        

# \

A visualization web component for minecraft schematic files and part of the [PaperCubes](https://github.com/FlorianFe/PaperCubes) application.

## ⚠️ Important

🚧 currently under construction. Will be renamed from \ to \.
But you can still use the old version by the \ npm-package.

## 📒 Attributes

| Name | Type | Description |
| ------------- | ------------- | ------------- |
| schematic | Object | JavaScript Object with information about the minecraft structure |
| schematicPath | String | Path to .schematic file and alternative to the "schematic" Attribute |
| texturePackPath | String | Path to the root of an unzipped texture pack |
| zoom | Number | Zoom level of the view (default is 1.0) |

## 🚀 Usage

1. Install package
```bash
bower install --save voxel-visualization
```

2. Import
```html

```

3. Place in your HTML
```html

```

## 🖼 Preview
![Screenshot](https://florianfe.github.io/screenshots/voxel-visualization/screenshot.png)

## 👀 Demo
[See live demo here](https://florianfe.github.io/webcomponents/voxel-visualization/bower_components/voxel-visualization/demo/)

## 🗒 Note
The used texture pack "Faithful 32x32 Pack" (Link) was made by "Vattic".