Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/FlorianFe/mc-viewer
- Owner: FlorianFe
- License: mit
- Created: 2018-02-23T13:33:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T15:50:34.000Z (over 1 year ago)
- Last Synced: 2024-10-10T06:39:24.029Z (about 1 month ago)
- Topics: minecraft, model-viewer, polymer, web-components
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 32
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".