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 ml formats #5

Open rom1504 opened 3 years ago

rom1504 commented 3 years ago

Make it easy to generate ml common 3D formats from schematics (related with #4 )

rom1504 commented 3 years ago

Things that would be interesting (but maybe this should happen in a pworld exporter and not here):

(This should probably be done in another package)

rom1504 commented 3 years ago

https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html

rom1504 commented 3 years ago

there is https://github.com/ludwigschubert/js-numpy-parser but somehow there is no npm package to write numpy files ?!

rom1504 commented 3 years ago

ah maybe https://github.com/propelml/tfjs-npy

rom1504 commented 3 years ago

https://github.com/propelml/tfjs-npy/blob/master/npy.ts#L20