Nick Hardeman

Results 121 comments of Nick Hardeman

> > Due to the nature of ofPath, overlapping sub paths result in holes. > > > > Can this be fixed with one of the winding orders? Not sure,...

Another item to consider is the removal of the svg tiny libs. Not sure about the best approach...

@ofTheo was right; I just tried changing the winding order and it looks correct with OF_POLY_WINDING_POSITIVE. However, calling getOutlines() no longer returns a vector of ofPolylines since there is no...

The ofPath::getOutline() seems like a separate issue and I think can be addressed outside of this thread. I added functionality to use a default winding mode if all of the...

hmm, I just tested the Archive.zip and they seem to render as they should. Can you talk more about the issues you are seeing?

I wasn't able to reproduce the issue. Maybe a build clean? I have been using Xcode to test.

@artificiel I think the "blocking" mode Theo is referring to is the async method in ofxFastFboReader. It is asynchronous by default, so it's not immediate like the proposed method. https://github.com/satoruhiga/ofxFastFboReader/blob/12b0069cc54d8496ada287c155018a771f7fc248/src/ofxFastFboReader.h#L15

@artificiel, ok, thank you for the clarification

Testing with the latest nightly on Windows 10 using VS 2022: `of_v20250307_vs_64_release` ![Image](https://github.com/user-attachments/assets/dca7b5c8-72cb-4325-8792-776d445927ce) ![Image](https://github.com/user-attachments/assets/fb43983f-c0a4-418b-a66a-a8c9218a4072) ![Image](https://github.com/user-attachments/assets/fb15800c-1574-4dfa-9272-28d232a243d1)

@liquidzym I tested this a few days ago and the PG seemed to add the correct paths from the` addon_config.mk`. Can you test with the latest PG to determine if...