PrismarineJS / prismarine-schematic

Read and write schematic of any minecraft version, provide them in a convenient and stable API
https://prismarine.js.org/prismarine-schematic/
MIT License
21 stars 8 forks source link

Interface with pviewer #4

Closed rom1504 closed 3 years ago

rom1504 commented 3 years ago

Make it easy to generate mesh files from schematics

Karang commented 3 years ago

An easy way to implement this is to simply have a method to paste a schematic to a prismarine-world. pviewer can already render prismarine-worlds.

https://github.com/PrismarineJS/prismarine-schematic/issues/3

rom1504 commented 3 years ago

this is mostly done only the saving of mesh part merit additional reflexion, related https://github.com/PrismarineJS/prismarine-viewer/issues/83

rom1504 commented 3 years ago

done, the meshing file part is another issue