Java library for creating 3d-objects for 3d printing

前端 未结 3 1483
攒了一身酷
攒了一身酷 2021-02-14 01:22

I am looking for a java library to create 3d-geometries and then convert that to .stl files so I can 3d print my object using a 3d printer.

I can imagine using a 3d-grap

3条回答
  •  孤街浪徒
    2021-02-14 01:46

    There is a java library which works as a wrapper around OpenScad. The java wrapper is called JavaScad. Can be found here JavaScad. It works fine and I actually contributed to the library already.

提交回复
热议问题