Dimitre

Results 177 issues of Dimitre

If it is a video player then the video is frozen until the window is closed. it is the same with ofSystemAlertDialog Any way of keeping the main thread in...

macOS

Undefined symbols for architecture arm64: "_ofxAccelerometer", referenced from: ofApp::setup() in ofApp.o "ofxAccelerometerHandler::setup()", referenced from: I've added the addon manually I've tried to add the addon via projectGenerator and no luck...

iOS

maybe moving functionality to another .sh file like ios/download_tvos_libs.sh or even other folder like tvos/download_libs.sh

iOS

I've recently started to use iOS using github code, so I've noticed the simulator libs are absent. We don't have precompiled libs here http://ci.openframeworks.cc/libs/0.11.2/ too so I suppose the way...

iOS

List to a better iOS experience in OF: - [ ] #define GLES_SILENCE_DEPRECATION true - [ ] download tvos libs separately - https://github.com/openframeworks/openFrameworks/issues/6957 - [ ] simulator libs? is this...

iOS

There is some issues related to iOS orientation, physical vs. screen I've seen in different issues, some I've experienced and now begining to understand better. There is the fact that...

iOS

I think we can invoke the --silent parameters in scripts like: ```yml - name: Download libs run: ./scripts/$TARGET/download_libs.sh --silent ``` so we don't have this

Just converting this to issue so we can discuss

Just getting one subject that arised here https://github.com/openframeworks/openFrameworks/issues/4789#issuecomment-1122578943 to discuss in its own thread ``` ofTrueTypeFont::setGlobalDpi(); ``` this function doesn't work as expected and letters are scaled. I think maybe...

should we keep just the https test? curl -I http://openframeworks.cc/about/0.jpg ``` HTTP/1.1 301 Moved Permanently Server: nginx/1.10.3 Date: Thu, 12 May 2022 04:02:33 GMT Content-Type: text/html Content-Length: 185 Connection: keep-alive...