All Projects → FlorianFe → mc-viewer

FlorianFe / mc-viewer

Licence: MIT license
🌐🏠 A Web Component for visualizing Minecraft schematics

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mc-viewer

L2t Paper Slider
Polymer element for displaying slides in a carousel
Stars: ✭ 53 (+112%)
Mutual labels:  polymer, web-components
Polymer Build
Moved to Polymer/tools monorepo
Stars: ✭ 107 (+328%)
Mutual labels:  polymer, web-components
Flip Clock
A flip clock, timer and countdown made with Polymer
Stars: ✭ 69 (+176%)
Mutual labels:  polymer, web-components
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+640%)
Mutual labels:  polymer, web-components
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+269680%)
Mutual labels:  polymer, web-components
Contactlab Ui Components
DEPRECATED - Basic UI components for ContactLab UX design pattern library
Stars: ✭ 31 (+24%)
Mutual labels:  polymer, web-components
Gulp Vulcanize
Concatenate a set of Web Components into one file
Stars: ✭ 101 (+304%)
Mutual labels:  polymer, web-components
Polymer
Our original Web Component library.
Stars: ✭ 21,723 (+86792%)
Mutual labels:  polymer, web-components
Cleverstyle Framework
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
Stars: ✭ 150 (+500%)
Mutual labels:  polymer, web-components
Polydev
Automatic web components profiling in chrome devtools
Stars: ✭ 118 (+372%)
Mutual labels:  polymer, web-components
Paper Timezone
Polymer based timezone selection component
Stars: ✭ 19 (-24%)
Mutual labels:  polymer, web-components
Polyserve
Moved to Polymer/tools monorepo
Stars: ✭ 194 (+676%)
Mutual labels:  polymer, web-components
Gdg.es
The GDG Spain official website
Stars: ✭ 16 (-36%)
Mutual labels:  polymer, web-components
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (+88%)
Mutual labels:  polymer, web-components
Web Component Tester
Moved to Polymer/tools monorepo
Stars: ✭ 571 (+2184%)
Mutual labels:  polymer, web-components
Polymer Bundler
Moved to Polymer/tools monorepo
Stars: ✭ 1,206 (+4724%)
Mutual labels:  polymer, web-components
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (+1596%)
Mutual labels:  polymer, web-components
Polymer Cli
Moved to Polymer/tools monorepo
Stars: ✭ 518 (+1972%)
Mutual labels:  polymer, web-components
Hot Table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
Stars: ✭ 114 (+356%)
Mutual labels:  polymer, web-components
Gwt Polymer Elements
Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Stars: ✭ 153 (+512%)
Mutual labels:  polymer, web-components

<mc-viewer>

A visualization web component for minecraft schematic files and part of the PaperCubes application.

⚠️ Important

🚧 currently under construction. Will be renamed from <voxel-visualization> to <mc-viewer>. But you can still use the old version by the <voxel-visualization> 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
bower install --save voxel-visualization
  1. Import
<link rel="import" href="bower_components/voxel-visualization/voxel-visualization.html">
  1. Place in your HTML
<voxel-visualization schematic-path="path/to/my/schematic/file.schematic"></voxel-visualization>

🖼 Preview

Screenshot

👀 Demo

See live demo here

🗒 Note

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].