Cuberite Forum
Schematic file visualiser - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Off Topic (https://forum.cuberite.org/forum-9.html)
+--- Forum: Off Topic Discussion (https://forum.cuberite.org/forum-10.html)
+--- Thread: Schematic file visualiser (/thread-1864.html)

Pages: 1 2 3 4


RE: Schematic file visualiser - Seadragon91 - 01-18-2016

Do you have windows? If yes you can download it here, I compiled it and created a release.

https://github.com/Seadragon91/MCSchematicToPng/releases/tag/master


RE: Schematic file visualiser - flow969 - 01-18-2016

I'm familiar with command-line but less with compiling files :/

No, I'm on raspbian Smile


RE: Schematic file visualiser - NiLSPACE - 01-18-2016

Then it's probably something like this:
Code:
apt-get install git
apt-get install cmake
git clone --recursive https://github.com/madmaxoft/MCSchematicToPng.git SchematicToPng
cd SchematicToPng
cmake .
make



RE: Schematic file visualiser - Schwertspize - 01-18-2016

Can you do a tool to convert schematics into cad?


RE: Schematic file visualiser - xoft - 01-19-2016

I'm not that familiar with the 3D CAD fileformats. I have some knowledge of the 2D DXF format, but this would require quite a bit more.