Theodore Watson

Results 450 comments of Theodore Watson

It is used for sure in some addons always worth searching Github to see where it is used. https://github.com/search?q=ofOrientation&type=code My feeling is we could potentially keep the data type around...

Good catch @dimitre! I think in practice customDraw might not be as used as draw, despite the instructions :) We should find a good solution to this. I don't think...

I saw of feel if ofLibs is to be an alternative to apothecary or replacement, leaning on stuff like vcpkg might make it much more maintainable. I generally think we...

Can you try: ``` sudo apt update sudo apt install nlohmann-json-dev sudo apt install libssl-dev ``` And see if that fixes it?

Hi @JoseeMallah Did that work for you and were you using the nightly release or 0.12.0 ?

Sounds like you are getting close! ChatGPT suggested: ``` sudo apt-get update sudo apt-get install libgles1 libgles1-mesa-dev libgles-dev libegl1-mesa-dev ```

Do you have X windowing or are you trying to setup headless? You could also try: https://github.com/openframeworks/openFrameworks/releases/download/nightly/of_v20250327_linuxaarch64_release.tar.gz And copy over the folder libs/json/ from 0.12.0 to the nightly Sorry it's...

Thanks @JoseeMallah `Unable to locate package nlohmann-json3-dev` Doesn't matter if you grabbed the json folder from 0.12.0 - when it comes time to compile a project it should pick it...

I think the Git Ignore template is quite out dated. So just to confirm the default options in the Project Generator work okay for Xcode 26?

Hi! - Do the regular examples that come with OF run okay? - Did you clone the OF repo or are you using a nightly release or the 0.12.1 release?...