WiIIiam278 / WebSchematics

Render Minecraft schematics on the web natively in-browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSchematics

Demo Discord

WebSchematics lets you render Minecraft schematic files in the web, completely in the browser. It uses nbt.js to parse the schematic and converts block models from a resource pack into three.js meshes, before assembling them into a scene.

Demo screenshot

Still a work in progress, but it looks pretty neat! Check out the live demo—though note it only currently works with modern Sponge v3 (.schem) schematics, like the ones you can generate with WorldEdit.

License

WebSchematics is licensed under Apache-2.0. It uses the following libraries:

Minecraft textures and models are © Mojang A.B. and are not included in the source. You'll need to provide your own resource pack or fetch them remotely.

About

Render Minecraft schematics on the web natively in-browser

License:Apache License 2.0


Languages

Language:JavaScript 100.0%Language:HTML 0.0%