Michael Hoffer
Michael Hoffer
What exactly doesn't work? Is the result unexpected? It's easier to find bugs if you send a minimal working example that demonstrates the bug.
It looks like you are using a JCSG fork. @madhephaestus might be able to help you out. JCSG only provides limited SVG functionality via https://github.com/miho/JCSG-PathExtensions. If you encounter problems with...
No, only 3d solids are supported.
Sure. You are welcome to contribute. To be officially added to this library, you should discuss proposed API changes before you implement them. Just to make sure it fits well...
Bezier extrusion is a very nice feature! Currently, it is very important to keep the API in its current state since we are working on a different CSG renderer that...
thats a good idea!
@johanvos do you know how to specify a local JavaFX installation in the openjfx plugin? I could work on this in the next couple of days.
Ok. Then I'll wait until that's done.
Cool! So I have no excuses anymore ;)
Just for the record, this is how I currently fetch the preview release: ```gradle javafx { modules = [ 'javafx.controls'] sdk = "$projectDir/deps/javafx-sdk/sdk/javafx-sdk-13/" } task downloadJFX13(type: Download) { if(isWindows) {...