Dimitre

Results 692 comments of Dimitre

Nice. if you have ofGen installed there you can try alternatively to build the project using Chalet build system. to do that, you install chalet (https://www.chalet-work.space), ```cd``` to your project...

I'm having a similar issue using json_pointers which we use extensively on openFrameworks projectGenerator ``` [json.exception.parse_error.109] parse error: array index 'objects' is not a number ``` errors like this in...

Not sure if it helps anything but I'm building this one alternatively here https://github.com/dimitre/ofLibs/releases/download/v0.12.1/oflib_FreeImage_vs.zip

taking a better look at the logs, it seems to be related to ofSerial.cpp trying to log a WCHAR array in ofSerial.cpp line 452. I don't think echoing a serial...

I'll be cleaning up my old PRs after 19 november. I'm available to discuss and sync with master any of them if it is useful.

@ofTheo vertical screens and projectors have OS level rotation. I think iOS has it too, automatic or set in the project. I suspect Android is the same, so if there...

Yes any dead code hinder development or if it is useful it can be done in a better way it was useful in 2012, ios 6 not sure if relevant...

related thread with suggestions from @artificiel - https://github.com/openframeworks/openFrameworks/issues/6965

other related thread showing issues with orientation - https://github.com/openframeworks/openFrameworks/issues/6076 - https://github.com/openframeworks/openFrameworks/issues/6965

Same issue is present in ofxSvg. in its inheritance ofxSvg -> ofxSvgGroup -> ofxSvgElement -> ofNode we have ```virtual void draw() const override;``` on ofxSvgGroup, not present in ofxSvgElement and...