miho / JCSG

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

This is a PR to add Text extrusion without a circular dependency to resolve #31 #33

Closed madhephaestus closed 7 years ago

madhephaestus commented 7 years ago

I have made this a clean-room version of just the text extrusion. My version parses the path iterator generated from the font, then uses it to create list of points to pass to extrude.

To make this work, i rely on some helper functions in CSG, and have added the helper functions to this clean-room.

madhephaestus commented 7 years ago

I am going to have some time over Christmas break and would love to use that time to finish adding Bezier extrude, SVG extrude and maybe more to the mainline JCSG. Any guidance on how to proceed would be helpful so i am not causing headaches on your end.