miho / JCSG

Java implementation of BSP based CSG (Constructive Solid Geometry)
Other
177 stars 52 forks source link

Text3d support #43

Closed davydov-vyacheslav closed 6 years ago

davydov-vyacheslav commented 6 years ago

Hi,

Why existing mechanism of displaying 3d text was commented (during refactoring?) ? Is is possible to return it back?

Thanks, Slava

miho commented 6 years ago

The current implementation caused some problems. It will reappear eventually. We will most probably create a separate project, e.g., JCSG-Text to solve some of the circular dependency problems. At the moment it is not high priority though.

davydov-vyacheslav commented 6 years ago

:( just wondering, whether there is a way for workaround to display the 3d text (actually, but main task it to subtract 3d text from object) ?

madhephaestus commented 6 years ago

My fork supports text3d and a bunch of additional primitives, cad operations and extrusion procedures:

https://github.com/NeuronRobotics/JCSG

Replace the gradle line with:

compile "com.neuronrobotics:JavaCad:0.10.1"

Here is the API documentation: http://commonwealthrobotics.com/JavaCAD/TextExtrude/

davydov-vyacheslav commented 6 years ago

@madhephaestus thank you so much!