Dimitre

Results 170 issues of Dimitre

I was investigating an issue while receiving large blobs from OSC and it seems to be a limit defined in UIPUdp.h UIP_UDP_MAXDATALEN but even editing this value the packet seems...

this is a suggestion of change some structs from .c to .h file, so j4cDAC is compatible with ofxEtherdream when updated.

I've tried to use this command to se if I could round in just one axis ``` cube(size = [w, h, 2], center = true, r=[1,0,0]); ``` instead of ```...

feature-request

I've spent some time to fix warnings, I think they get in the way of you reading important things on screen. So I've just finished a lot of changes that...

Bundle identifier now present in Project.xcconfig bin/data/ images removal (used on older launchscreen, now it uses a simple svg)

with this change we have ``` [ notice ] 3024 x 1964 : 24bit [ notice ] 3024 x 1964 : 24bit [ notice ] 3024 x 1964 : 24bit...

One idea of having the configurations side by side, using the [config=*] selector to differentiate, If this alteration is welcome we can remove Release.xcconfig and Debug.xcconfig ```xcconfig COPY_PHASE_STRIP[config=Debug] = NO...

xcode

Cleaning some empty addons.make files from examples folder

So in near future we can build OF without Cairo.a, optionally, as discussed here - https://github.com/openframeworks/openFrameworks/issues/6947

cairo

changes: - callback stored for new monitors connected / disconnected / changed resolution or even position, so the data is cached. - fix this issue https://github.com/openframeworks/openFrameworks/issues/6895 - getWindowRectangle / setWindowRectangle...