Dan Rosser

Results 67 issues of Dan Rosser

Currentlying getting some linking issues with latest libs from 2 days ago. I did do a force clean build on this so no caches. ``` Showing All Messages Undefined symbol:...

bug

[CMake/pkgconfig] ## To support the future of openFrameworks. Deploying these assistive library files alongside the binaries allows for easy to link, bind and compile with CMake / PKGconfig and allows...

To fix some issues related to modifications, caches. Update GitHub Action Runners to deploy to variable tag. This will allow for any openFrameworks/apothecary deployed tags to build and release at...

Problem: VS doesn't find addons directory when running -o (ofPath) when not in the oF core directory Non working out of directory: ``` $ ./resources/app/app/projectGenerator.exe -o"./../openFrameworks" ./../openFrameworks/examples/templates/allAddonsExample [notice ] PG...

It seems for addons, for VS, its not adding sub folders for osc: This is not added: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip\win32 This depth is: openFrameworks\addons\ofxOsc\libs\oscpack\src\ip Need source contents of win32 for windows target...

## Latest Potions | Libraries: EMSDK - 3.1.64 https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md - ofxEmscripten updated with stricter return types on wrapper callback functions to [EM_BOOL](https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md#3163---071224) - make file changes for new SDK -...

emscripten

## The great old question - Tab or Space Reminder: openFrameworks uses for C++/C - Tabs - with a space width 4 https://github.com/openframeworks/openFrameworks/wiki/oF-code-style We have .clangformat for C / C++...

An initial start on OpenGL ES 3.0/3.1 for Android by @mruegenberg @arturoc

As mentioned on the forums here: https://forum.openframeworks.cc/t/transparent-window-app-with-mouse-click-pass-through/43816 # GLFW Window clear transparency - mouse passThrough - GLFW 3.4 + supports click pass through with these commands Changes additional bools for...

glfw