Dimitre
Dimitre
@ofTheo here I used an example of a font with a negative xMin in relation to origin. It is Zapfino font present on macOs, but as we can see in...
Yes I think it can be merged as it is since it fixes long time integer issues, path simplification artifacts And then when we have time we can improve functions,...
closes https://github.com/openframeworks/openFrameworks/issues/6592
Jobs failed with this error ``` /src/addons/ofxEmscripten/src/ofxEmscriptenSoundStream.h:13:10: fatal error: 'emscripten/webaudio.h' file not found [45](https://github.com/openframeworks/openFrameworks/actions/runs/3086823624/jobs/4991568588#step:6:46) #include ```
@RobertSasak comment was super useful thanks. mine was plugged to a protoboard and even ping was more than 1000ms and erratic. video stream was erratic too. most of the time...
sure! I'm using this two configurations to be able to build everything: chalet configure -t apple-llvm -a auto chalet configure -t llvm -a auto here the chalet.json ```json { "name":...
Crazy fast. it is GREAT @rewrking Thank you! I'm really surprised you could figure out lots of details from building OF in a few days, ACE totally building package here....
I gave a quick try here and it doesn't find the files with this command. it was like the working directory for this part is "dist" folder ``` ▼ Compressing:...
in the case it helps: I've tried this configuration and the error is the following: ```json "distribution": { "of_libs": { "kind": "archive", "condition": "[:macos]", "format": "zip", "include": [ "${external:assimp}", "${externalBuild:assimp}"...
I would love to see this merged, even if incomplete. I don't think it will interfere with any other OF functionality. I am available this week to work on template...