A program to convert obj or binary stl files to 3mf files. Properties from obj files get ignored.
On linux: cd into build dir
cmake ..
cmake -j 20 buildOn windows: ? just use VisualStudio and build (use cmakeProject = true)
- OBJ Loader - For reading / conversion of obj files to 3mf files.
- lib3mf - Used for the c++ program. Reading and writing of 3mf files.
- cmake - As build system.
- gcc or g++ - As compiler.
Use any license you want that works with the used libraries. The licenses of the used libs can be seen in the licenses.txt file.