Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

openFrameworks

openFrameworks is an open source C++ toolkit for writing creative code.
Collective - Host: opensource - https://opencollective.com/openframeworks - Website: https://openframeworks.cc - Code: https://github.com/openframeworks/openFrameworks

bugfix needs to cd back to the dev/scripts folder to write lasthash.txt to the correct location (#6359)

github.com/openframeworks/openFrameworks - 561a298524de15261d77d966edd7ef7be53e0fa4 authored over 5 years ago
Merge pull request #6357 from ofTheo/bugfix-create_package-PG-name

bugfix changes the create_package script to call executable generated by DebugNoOF

github.com/openframeworks/openFrameworks - 7d4797f755f33f792951ea542773c8848e9d1f7c authored over 5 years ago
bugfix changes the create_package script to call the project generator executable generated by DebugNoOF

github.com/openframeworks/openFrameworks - 18ef244a5e023bfee3cb572fe3067f3ba1e0eb07 authored over 5 years ago
Bugfix - last commit hash written before build successful. (#6355)

This isn't the cause of the current nightly build errors, but it hides the actual cause.

Bec...

github.com/openframeworks/openFrameworks - 99e2741acc978e3642135ef6a251ad83271b71f1 authored over 5 years ago
Merge pull request #6353 from ofTheo/bugfix-mojave-permissions

bugfix for mojave permissions issues with camera. closes #6193

github.com/openframeworks/openFrameworks - 14d0e0c9bb74e04888b3258ed57bcf393f1e2789 authored over 5 years ago
bugfix for mojave permissions issues with camera. closes #6193

github.com/openframeworks/openFrameworks - b54280745941cc394bd5edcb9fcda92be66439ac authored over 5 years ago
MSYS2 : Remove setup of PATH env var in install_dependencies (#6349)

Fix #5740 : It's better not to modify user environment without him knowing. Moreover, setting PA...

github.com/openframeworks/openFrameworks - ec9ba1508debe3872173446b06d6adb2a3f67e35 authored over 5 years ago
Add default values for ofPath::Command members. (#6344)

github.com/openframeworks/openFrameworks - 575d5bcc016c8712b59b048625de325f1053f8b8 authored over 5 years ago
making the default background color 60 (#6339)

related to what i brought up in issues #6320

github.com/openframeworks/openFrameworks - 7773c0267d84d0ae208fb6eb1db27273f2281c56 authored over 5 years ago
prepare glm 0.9.9 branch (#6338)

github.com/openframeworks/openFrameworks - 5fa86b5ca63119e8ae239208bcf7ff67069c48a4 authored over 5 years ago
Included missing header in ofImage.h required for instantination of ofImage_::clone() (#6314)

github.com/openframeworks/openFrameworks - 97074921a6c6c346fa9fea425ad6c57366f2b6f7 authored over 5 years ago
Upgrade MSYS2 packages in appveyor (including GCC) (#6331)

Fix #6330.
Version of GCC included in appveyor image is older than the one used to build openfr...

github.com/openframeworks/openFrameworks - de51b0ef21d56604fe1b09271e48f679c9f298f5 authored over 5 years ago
Fix Uncaught TypeError: Runtime.dynCall (#6347)

The Runtime object has been removed for quite some time at this point. This fix allows users to ...

github.com/openframeworks/openFrameworks - 01c24ccbf793bcd0a0e24bbcfda5f0a7e5b407b7 authored over 5 years ago
Fix missing const in ofPath (#6341)

github.com/openframeworks/openFrameworks - eb444a58a435ac2045fd87985f951665deadff6e authored over 5 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - cb8e6126d223d5d8d7f8a23580f5a6aa9d025318 authored over 5 years ago
ofVbo: emscripten: just set vao support to false instead of trying to dynamic load

This was making apps crash when trying to dynamic load gl calls

Fixes #6319

#changelog #emscri...

github.com/openframeworks/openFrameworks - bc87525feedde92dae5f27909f7fe7316f9d26a0 authored over 5 years ago
ofColor: fix float scaling when copying different types

github.com/openframeworks/openFrameworks - 2ecfa59110b97b8657643a72fca1fa2ab8c01a38 authored over 5 years ago
Update the android ndk version to 21. (#6318)

github.com/openframeworks/openFrameworks - 97b291e7ae07c1ca96e34976f5b94e90413eab67 authored over 5 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 37ea29fb0964db78d43feea81a69d92a69081994 authored over 5 years ago
Trying to fix linuxarmv7 ci

github.com/openframeworks/openFrameworks - 84a7146ac5a085c66bd205d61da1d82ffbb1fa18 authored over 5 years ago
Correctly parse escaped linker flags in addons for QTCreator. (#6323)

#changelog #qtcreator

github.com/openframeworks/openFrameworks - 76deadbae534d7d573318866922310cfae07da53 authored over 5 years ago
ofSoundBuffer: copying tick count and device id when calling copyTo (#6321)

#changelog #sound

github.com/openframeworks/openFrameworks - 79dbcfb014e2f6584e5118ddecc4c6521ea9b2fc authored over 5 years ago
emscripten: fix problems with latest versions

#changelog #emscripten

github.com/openframeworks/openFrameworks - c070afcb319565fb2fb630a89362702d39af5cf3 authored over 5 years ago
ofxOscSender.setup() fix (#6287)

as mentioned here: https://forum.openframeworks.cc/t/ofxoscsender-falls-back-on-localhost/32442/...

github.com/openframeworks/openFrameworks - 8e70657729071c20b32dec480b6d16b96158a4f3 authored over 5 years ago
Implement ofMesh .save() of triangle strips (#6309)

github.com/openframeworks/openFrameworks - cf6cc8d390153e45255b1ebaf9258e971653fd9a authored over 5 years ago
ofSoundBuffer::copy from was not being set properly (#6312)

github.com/openframeworks/openFrameworks - 88d2f9e0d7fd7f088545146c49c37b7bccca8e30 authored over 5 years ago
linuxarmv7: add -lm since tests are now failing on some missing math symbols

github.com/openframeworks/openFrameworks - 19c454ad6b7fd3e3e3746d9665e86b0ed2b73e5a authored over 5 years ago
Implement ofMesh .save() of triangle strips

github.com/openframeworks/openFrameworks - 45d7055c4afabacbead35e924ebb07894ff8a833 authored over 5 years ago
Fix Makefile Verbosity level (#6307)

#changelog #makefiles

github.com/openframeworks/openFrameworks - a7564f242a62cf62bb691be5d64f075d2d092e1e authored over 5 years ago
Fix makefile errors when MAKEFILE_DEBUG is defined. (#6304)

#changelog #makefiles

github.com/openframeworks/openFrameworks - e71fc7449c3efe7aa2c4a692c99a19679f43cfaf authored over 5 years ago
Feature add vscode template (#6298)

#changelog #project_generator

github.com/openframeworks/openFrameworks - 63de87fbbc616a3c549b76d8c0851fbb26a3d0a0 authored over 5 years ago
ofxSvg improved compatibility (#6303)

Added support for the SVG "use" command, a common feature that allows multiple instances of the ...

github.com/openframeworks/openFrameworks - 1c1e15a5ecdfe9e7179ee349fbf1f59f227af31d authored over 5 years ago
travis: fixing ccache install in linux

github.com/openframeworks/openFrameworks - 33f16b0d2511532588fce1df322c64138bef70e2 authored over 5 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 740b3214ac0717c31375189262fd372932186e49 authored over 5 years ago
travis: fix ccache install in linux tests

github.com/openframeworks/openFrameworks - 24046a448488e5cb3e88d7e6b949170054da52c5 authored over 5 years ago
update method for drawing slider bars (#6297)

* update method for drawing slider bars

Instead of calling ofPath tessellation on each draw c...

github.com/openframeworks/openFrameworks - 35ff092d643948c204600c112061fc215f0fa0e0 authored over 5 years ago
Add handling of double precision position data in PLY model loader (#6292)

#changelog #3d

github.com/openframeworks/openFrameworks - 860f2658cd33edad44d3cfbdb23d344e8912b295 authored over 5 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 9b8b6116c3ce98de8f17cb308e4c692688470849 authored over 5 years ago
fix cache install in ubuntu

github.com/openframeworks/openFrameworks - 64bc349bac691013e5260cb4d435f8714552482a authored over 5 years ago
Added missing ROOT variable to fedora install_dependencies.sh (#6286)

github.com/openframeworks/openFrameworks - e559f15d878ae9e79f19bc52074e2be4c3f008b0 authored almost 6 years ago
Bugfix ofEasyCam (#6284)

ofEasyCam stopped working for translate with mouse buttons - this fixes and makes sure left / mi...

github.com/openframeworks/openFrameworks - 29b4d63875bb30fe14b51a8afd7a37ad4cabb6a5 authored almost 6 years ago
fix setSpaceSize and getStringTexture (#6282)

- fix setSpaceSize to be independent of setLetterSpacing and work regardless of whether setLette...

github.com/openframeworks/openFrameworks - 2c036d023e7d6552afd7438a2fd33c87c5a47461 authored almost 6 years ago
linuxarmv7: fix install ci

github.com/openframeworks/openFrameworks - 7554926d375e35d86dc84b46d6d26e7b48364601 authored almost 6 years ago
linuxarmv7: fix ci install phase

github.com/openframeworks/openFrameworks - a21b974d25e05cce51787d8e5ed66f07891d753b authored almost 6 years ago
Fix url for issue tracker (#6275)

Use the correct raw url instead of a relative url in two places. The malformed path went to a 40...

github.com/openframeworks/openFrameworks - 35657c2a8c4715e1121dbe40df7ffc88785d828a authored almost 6 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 03bdce769d62c5aa5f0817c7361dc7c475ddeaae authored almost 6 years ago
ofTime: fix overflow when adding more than 2 seconds

#changelog #utils

github.com/openframeworks/openFrameworks - f7889ef087f629b77165b5d15f6600a6b58422b0 authored almost 6 years ago
ofEasyCam: setPosition actually sets the position no matter what other settings (#6265)

#changelog #3d

github.com/openframeworks/openFrameworks - 2b2cc1330d7c49def93a86a2624ed87ace4df77b authored almost 6 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 521d7638ab796c221e2342d60a6692972ae3657e authored almost 6 years ago
Linux: Default to poco from system

#changelog #linux

github.com/openframeworks/openFrameworks - e157173464d79cd604b0edb41764074461734190 authored almost 6 years ago
Feature ofxRectangleSlider (#5793)

#changelog #gui

github.com/openframeworks/openFrameworks - 332c926808380d904eba79d3ad19af11cc6a3be0 authored almost 6 years ago
better install_dependencies support for linuxmint. (#6263)

* Add support for Linux Mint

* Skip apt-check if the command does not exist, preventing bash ...

github.com/openframeworks/openFrameworks - 048c18827b37201f93c7f9897b2b86c4bf7f31e6 authored almost 6 years ago
bugfix #2903 Addon data copy (#6244)

#changelog #makefiles

github.com/openframeworks/openFrameworks - 9baea23a9a635270ff4e08282dfdcb4b62175e31 authored almost 6 years ago
ofxEmscripten: audio context start after reloading page (#6233)

#changelog #emscripten

github.com/openframeworks/openFrameworks - b3ddff73dd3882066a9c5fa22a776a0196a4d06b authored almost 6 years ago
ofAppEGLWindow: Add control of udev input device attached/detached (#6215)

#changelog #linuxarm

github.com/openframeworks/openFrameworks - 0a834f7163f16a910616db65959805e8d98f895e authored almost 6 years ago
Broken Link Fix (#6261)

I noticed the link for Input / Output on line 37 was broken. Changed '-' to '_' which should fix...

github.com/openframeworks/openFrameworks - 042352b8d9995b58ad546f0f11584393564cbde9 authored almost 6 years ago
ofxGui: Changed instances of ofVec*f and ofPoint into GLM (#6207)

#changelog #addons #ofxGui

github.com/openframeworks/openFrameworks - 1ad102264926a70cae18e6152106bf689c5c000d authored almost 6 years ago
Update CONTRIBUTING.md

github.com/openframeworks/openFrameworks - 60281fbe0b4672025a4c54b0c8e3f1242a7c806a authored almost 6 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - cd6b981ca3c061eacb984744da7ac05f434b8185 authored almost 6 years ago
Merge branch 'patch-release' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 20276c6791e48a6501e3303d36560077a1e09313 authored almost 6 years ago
A collection of fixes for invalid doxygen comments. (#5799)

github.com/openframeworks/openFrameworks - 27c513c3fcd7d25294a25a20b806152f987d3fdf authored almost 6 years ago
[Docs] - openframeworks/openframeworks - openframeworks/CONTRIBUTING.md - minor tweaks [grammar, etc al] (#5846)

github.com/openframeworks/openFrameworks - 2cee86a1e0ead1328dd509e75d5f2df327e64b73 authored almost 6 years ago
Add jack-audio-connection-kit-dbus as Fedora dep (#6213)

Add `jack-audio-connection-kit-dbus` as a Fedora dependency.
On a fresh system the projectGener...

github.com/openframeworks/openFrameworks - 9fb1b833a0a9647c5150c5883c48792fbf3be8d0 authored almost 6 years ago
Make ofSystemTextBoxDialog return empty string on cancel. (#6155)

Fixes #4945
#changelog #core

github.com/openframeworks/openFrameworks - 9fc64fda9ca4be0e994230cd0242ddff7cef84b7 authored almost 6 years ago
Check for !bAllocated on assignment of ofxCvImage (fixes #6115) (#6116)

#changelog #addons #opencv

github.com/openframeworks/openFrameworks - cfc7d2dca79d5f037cc046423d31be81dcf4e963 authored almost 6 years ago
remove line break from ofGetVersionInfo() end (#6107)

#changelog #core

github.com/openframeworks/openFrameworks - 4d86cc7d4ef7b2a21c9771d2c7169829f0ca6f18 authored almost 6 years ago
Emscripten ci docker (#6260)

github.com/openframeworks/openFrameworks - e6e4ee1da88f507f36bad503cd329b31eaadccac authored almost 6 years ago
Merge branch 'patch-release' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - bfdd7aa22f1c5b375b97cd1046691cd432b08ac8 authored almost 6 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - efdc30841ddbf28289668c3ad32785d5e1e5d828 authored almost 6 years ago
fix data type on texture load from int32_t* and uint32_t* (#6257)

#changelog #gl

github.com/openframeworks/openFrameworks - eb1f22f876fc033daad908562a78a5b383ee29d4 authored almost 6 years ago
Opencv4. windows, osx, ios, android and emscripten (#6256)

#changelog #opencv

github.com/openframeworks/openFrameworks - 021e1a236a98d0b289c57b8262eb5bbda36e6a38 authored almost 6 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - fc789d3003f690da24b1a4dcca0e8d461da9cafb authored almost 6 years ago
opencv4 support for msys2 and all linux platforms where available (#6252)

github.com/openframeworks/openFrameworks - 529ffd82b50bf7f94440de0806cc10d53678a487 authored almost 6 years ago
remove #else comment (#6254)

github.com/openframeworks/openFrameworks - 9d9f48619d2c4854253c01ed704373ed1f1723e1 authored almost 6 years ago
ofxiOS: fix FBO for GLK view (#6248)

#changelog #ios

github.com/openframeworks/openFrameworks - 4ca4f6e47c725d79b9e461e9fdd99dc843612145 authored almost 6 years ago
replace std::ptr_fun to std::function (#6243)

#changelog #core

github.com/openframeworks/openFrameworks - 0f07e94b2b830efc41c529e7cc7ce08258f30666 authored almost 6 years ago
no console on windows for release targets (#6242)

github.com/openframeworks/openFrameworks - 1e81b3f92ac080445fb9a6295259b791d75872b3 authored almost 6 years ago
ubuntu install dependencies: add libraries needed by the project generator

see: https://forum.openframeworks.cc/t/gui-project-generator/31592

github.com/openframeworks/openFrameworks - 39938489c3d2511f781ff386282d1deb90fa7029 authored almost 6 years ago
Merge pull request #6239 from i-n-g-o/ofAVFoundationVideoPlayer_setFramePositionSpeed_on_ready

AVFoundationPlayer - set speed, frame/position when beeing ready to play

github.com/openframeworks/openFrameworks - cd4c9e06c3d5ccf94f1a7a8e52dfd5bc6bdf4fd6 authored almost 6 years ago
set frame/positionBeforeRead to 0 on load

github.com/openframeworks/openFrameworks - acfe5243cb7f2007dfe3a2fb8aa7a2754b30b3a6 authored almost 6 years ago
set speed, frame/position when beeing ready to play

github.com/openframeworks/openFrameworks - b206dddc41ea62691d1f5c38551685ea515188d7 authored almost 6 years ago
fix shaders examples for OpenGL ES (#6223)

#changelog #opengles

github.com/openframeworks/openFrameworks - 8db8e45fccbc886f6749d45c5021f129d350f232 authored almost 6 years ago
Remove radial line from ofpath::arc and ofPath::arcNegative (#6224)

Remove the first command from ofPath, when the path command is arc.

fixes #5236

#changelo...

github.com/openframeworks/openFrameworks - 68fdf1a87cf949d69ea612fe31da52ef7fa17673 authored almost 6 years ago
replace erroneous tabs in makefiles (#6229)

#changelog #makefiles

github.com/openframeworks/openFrameworks - da2b6a8bb219e9df8be37b5830634fc7f779a4fb authored almost 6 years ago
Fix ofx gui events propagation (#6203)

When using an `ofEasyCam` and an `ofxPanel` or `ofxGuiGroup` object,if moving the camera by drag...

github.com/openframeworks/openFrameworks - 9e8f1499cc86e86104ccae29a8b17c8867c5a795 authored almost 6 years ago
phong.frag: v_transformedNormal and eye should be re-normalized (#6221) (#6225)

#changelog #gl

github.com/openframeworks/openFrameworks - 38b0e32d72aa88f4a41d7048c130f000894906e4 authored almost 6 years ago
Fix. Added openCv C++ headers. (#6222)

Added openCv's C++ headers which got removed in because of some changes in opencv.
This is addr...

github.com/openframeworks/openFrameworks - eaf2883f81f972a12214d74807e2f63c6a64fc1b authored about 6 years ago
fix buffer overflow in linear interpolation of audio buffer with loop (#6217)

#changelog #sound

github.com/openframeworks/openFrameworks - 037ee2fa8c3348105d6435b263e5ae0f462a440c authored about 6 years ago
add multitouch settings to iOS template (#6210)

Multitouch seems broken on iOS - but it just had to be enabled from the main.mm file. What made ...

github.com/openframeworks/openFrameworks - bd6eb1dcd35fe246ebf1314d81a86ff46e465494 authored about 6 years ago
Bugfix ofx tcp manager (#6201)

On Windows, when a TCP client disconnects from a TCP server and then reconnects, the ioctlsocket...

github.com/openframeworks/openFrameworks - 0bf04a4833cc0e9480d2d8fa2580c451a8a81075 authored about 6 years ago
fix `conflicting declaration` OpenGL and just include glew (#6187)

#changelog #core

github.com/openframeworks/openFrameworks - fb0ec3c13a81c227da417699fcf8854d34fcd0c2 authored about 6 years ago
ofxGui scaled for retina displays + group header enable/disable feature (#6179)

* enable/disable header feature in ofxGuiGroup

* Added option for scaling ofxGui so it is sho...

github.com/openframeworks/openFrameworks - 8ad1fbb26bc88df40f0769830a92baaa0d2b30dd authored about 6 years ago
Merge branch 'patch-release'

github.com/openframeworks/openFrameworks - d185ee2bf1098b3df8dbdee734ffeb692296f927 authored about 6 years ago
Merge branch 'patch-release' of github.com:openframeworks/openFrameworks into patch-release

github.com/openframeworks/openFrameworks - d3bc8d383e7d139f69ac412df76b4820a6b837b8 authored about 6 years ago
fix `conflicting declaration` OpenGL and just include glew (#6187)

#changelog #core

github.com/openframeworks/openFrameworks - c23f11738fbdbe051b3e3e184d002e28f5111ed0 authored about 6 years ago
Fix case of rtaudio.a (#6184)

I'm using case sensitive APFS and this breaks the build

github.com/openframeworks/openFrameworks - 83c54daf20506177c26f8ac38ece7c2a84a41991 authored about 6 years ago
changelog and thanks scripts

github.com/openframeworks/openFrameworks - b8aeefec163ebe8fc5755d37ec9bd6439984f93d authored about 6 years ago