Cuberite Forum

Full Version: Schematic file visualiser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Do you have windows? If yes you can download it here, I compiled it and created a release.

https://github.com/Seadragon91/MCSchemat...tag/master
I'm familiar with command-line but less with compiling files :/

No, I'm on raspbian Smile
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
Can you do a tool to convert schematics into cad?
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.
Pages: 1 2 3 4