Skip to content

hi2010/obj23mf

Repository files navigation

A program to convert obj or binary stl files to 3mf files. Properties from obj files get ignored.

How to build

On linux: cd into build dir

cmake ..
cmake -j 20 build

On windows: ? just use VisualStudio and build (use cmakeProject = true)

Built with

  • 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.

License

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.

About

Convert *.obj files to *.3mf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published