Julia bindings for lib3mf (From an experimental ACT recipe)
include(joinpath(@__DIR__, "src", "Lib3MF.jl"))
using .Lib3MF
wrapper = Lib3MF.Wrapper(joinpath(@__DIR__, "libraries", "lib3mf"))
major, minor, micro = Lib3MF.GetLibraryVersion(wrapper)
println("lib3mf version: $(major).$(minor).$(micro)")examples/createCube.jlexamples/readMeshes.jl
Run:
cd examples
julia createCube.jl
julia readMeshes.jl model.3mfGenerated by AutomaticComponentToolkit (Julia branch):
https://github.com/vijaiaeroastro/AutomaticComponentToolkit/tree/julia