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 ios viewport issue closes #5627

github.com/openframeworks/openFrameworks - a83be03892f894d623a0484813ef4e5b65b0b208 authored almost 7 years ago
better fix for the issue. sets the current framebuffer id to the default framebuffer id for iOS.

github.com/openframeworks/openFrameworks - 5a800c75f13e899886eceaec22724e795d1c407c authored almost 7 years ago
bugfix for iOS fbo call in setup killing rendering. Closes #5872

github.com/openframeworks/openFrameworks - ff33a81f74ad56c39caa1841c3d4d9c4c438263f authored almost 7 years ago
Merge pull request #5949 from openframeworks/bugfix-ios-rebuilding

Bugfix. iOS Rebuiling. Closes #5895 Added build flags to prevent in…

github.com/openframeworks/openFrameworks - fe6380c07843ce198f77a6361c423359a99e4535 authored almost 7 years ago
Merge pull request #5947 from prisonerjohn/hotfix/cvblob-point

Converted ofxCvBlob points from ofPoint to ofDefaultVec3.

github.com/openframeworks/openFrameworks - 52d4de49234b4d1040cb0939d3eff056b7a0c92b authored almost 7 years ago
commented ofGetEnv()

github.com/openframeworks/openFrameworks - 8ca67ab8710abb5dda20e8300eb4738584fc02ff authored almost 7 years ago
prefer full sine/cosine to sin/cos in doc comments

github.com/openframeworks/openFrameworks - 877d4cf00ee2118edb637bccf8a9dd506ac96e44 authored almost 7 years ago
Bugfix. iOS Rebuiling. Closes #5895 Added build flags to prevent indexing while building which means ios projects get rebuild every time.

github.com/openframeworks/openFrameworks - d51bb3709bb47a28d9044d9f819f803786f6df0c authored almost 7 years ago
Converted ofxCvBlob points from ofPoint to ofDefaultVec3.

github.com/openframeworks/openFrameworks - 43465a40cfd8158dc13d4a188e14affcf9294ba7 authored almost 7 years ago
qtcreator: fixes for windows

github.com/openframeworks/openFrameworks - 9656f94f2b891ee258117b946b611601e0cc2307 authored almost 7 years ago
Merge pull request #5946 from hamoid/patch-2

More fixes for QtCreator 4.6.0

github.com/openframeworks/openFrameworks - 6e4a974c45478225f1932222c35910607391fb10 authored almost 7 years ago
More fixes for QtCreator 4.6.0

Without adding these qbs is not able to build the project

github.com/openframeworks/openFrameworks - b396718c1a373895ffd5e9484e9356b2051d1c8d authored almost 7 years ago
nightlybuilds: fix error in mail sender

github.com/openframeworks/openFrameworks - 42f16cb185330b62e0efba4ee415415b1dfb6623 authored almost 7 years ago
linuxarmv6: fixes for raspbian strech

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

github.com/openframeworks/openFrameworks - 0bb98f5cd7e08ecbe077df860fd12b1a798d7f02 authored almost 7 years ago
create_package: fix pg project creation for vs

github.com/openframeworks/openFrameworks - 729669589f91cf4b5f8e93db0f8f4201d1f172a7 authored almost 7 years ago
qtcreator: updated to work with qt creator 4.6.0

github.com/openframeworks/openFrameworks - 824c6a93b0deabdfdd8e6195d167daf6a4b9717f authored almost 7 years ago
ofURLFileLoader: fix post requests

Closes #5867

github.com/openframeworks/openFrameworks - 0e806391eeacf6395eb34f9263c1af75e07b8c35 authored almost 7 years ago
create_package: download libs before creating project files.

Closes #5869

github.com/openframeworks/openFrameworks - b4c765afd6520b41fd8706245002c6311e53668a authored almost 7 years ago
Merge pull request #5944 from hamoid/patch-1

Include glm in ofPolyline.h, clean indentation

github.com/openframeworks/openFrameworks - 5b52e5253c7f54be4e5825cb446d6874258d91d1 authored almost 7 years ago
ofxOsc: consistent indentation

github.com/openframeworks/openFrameworks - 643a8a56b5547b59504d3f9053d4d5d347e0f564 authored almost 7 years ago
Include glm in ofPolyline.h, clean indentation

github.com/openframeworks/openFrameworks - d6d339582befaa72faef0de2090ffbd123d8e525 authored almost 7 years ago
osc example cleanups and modernization

github.com/openframeworks/openFrameworks - f8f5bde52c946e41fe762ef155c599ba32794c01 authored almost 7 years ago
ofxOSC: clarified/cleaned up some commenting, removed unneeded OFXOSC_TYPE_BUNDLE as it's a meta object that contains messages and is not an argument

github.com/openframeworks/openFrameworks - b08038e35fc44ea3060acde1c39fa547bb61a532 authored almost 7 years ago
ofxOsc: corrected single line doxygen comments

github.com/openframeworks/openFrameworks - ff685c28b5f83081622eb9596e3ceb7ff5f11a62 authored almost 7 years ago
don't need to include pugiXML header directly

github.com/openframeworks/openFrameworks - 2372227528a4dbc57d9a606e00d8b707d696d40e authored almost 7 years ago
warning fix by setting default return value

github.com/openframeworks/openFrameworks - d831a313e3df15052b72064c4b5803c95abb6a7c authored almost 7 years ago
ofMesh/ofVbo: have*Changed shouldn't be public

We used to have them as public so ofVbo could check if the mesh had
changed but that use case is...

github.com/openframeworks/openFrameworks - a262a88555dd44b680baf819ec57dbcc304a8423 authored almost 7 years ago
ofBufferObject: fix a missing instance of wrong DSA detection

github.com/openframeworks/openFrameworks - 8ad7fb82f7fe180af11c20d0477e3455dbd91b7e authored almost 7 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - bac042778043f6d09d078a478af3a347f5d5d3ee authored almost 7 years ago
ofBufferObject: fix DSA detection, we need to check correct version of GLEW

github.com/openframeworks/openFrameworks - 787f58b2e43fe2c56f271c696aef52da9fb66bbc authored almost 7 years ago
Merge pull request #5939 from prisonerjohn/hotfix/rpi-shadersrc

Added shader formatting to unique shader (for Raspberry Pi).

github.com/openframeworks/openFrameworks - 8165d853d0d15673de26c626e36f08ba022c5c14 authored almost 7 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 89ec4c181a2caff0ef2ebf201b79de18fc49d025 authored almost 7 years ago
ofBufferObject: fix DSA detection

github.com/openframeworks/openFrameworks - 6b7d212ea52fc35d929184809a10c7bfc3478506 authored almost 7 years ago
Added shader formatting to unique shader (for Raspberry Pi).

github.com/openframeworks/openFrameworks - c7582d1e991b34e1cf505bf8a8ed284ae4ced770 authored almost 7 years ago
Merge pull request #5933 from hamoid/patch-3

Add translate, rotate and scale to ofPolyline

github.com/openframeworks/openFrameworks - ffd8fdd96e761d008bcc19e4c1b21c6069d1c863 authored almost 7 years ago
Add ofPolyline::translate, rotate and scale impl

github.com/openframeworks/openFrameworks - 717fbfc80bbfff3e7e5f7fa23ef265a0182c0eee authored almost 7 years ago
Add translate, scale and rotate to ofPolyline

Based on the same methods found in ofPath.

To consider later for both ofPath and ofPolyline:
...

github.com/openframeworks/openFrameworks - 0afa4f1c75881f8b977615d2bc6f41de06989d43 authored almost 7 years ago
ofEasyCam: fix inertia

Closes #5907

github.com/openframeworks/openFrameworks - 1db4bb98c9a7ff674820b0e0403e48a87305607f authored almost 7 years ago
shader/gaussianBlueExample: fix gaussian kernel

github.com/openframeworks/openFrameworks - f11974679421f3e9cd592a45ec555b03f48aa836 authored almost 7 years ago
fix systemSpeakExample

github.com/openframeworks/openFrameworks - 50d85eba3a58dad88a50c5ca5acae070a9aa2631 authored almost 7 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - bb6bee2f978928341ce2baad417b13de37272f70 authored almost 7 years ago
fixes for model 3DModelLoaderExample

github.com/openframeworks/openFrameworks - 75022ebf593c26b51c080c22373a41111dae7be0 authored almost 7 years ago
Merge pull request #5920 from kkirby/android-camera-preview-bug-fix

Use the textureMatrix supplied from SurfaceTexture

github.com/openframeworks/openFrameworks - b376e4b7984dd61ce0d2dcd5101edcbf2546d4fc authored almost 7 years ago
Merge pull request #5930 from gilbertfrancois/bugfix-potential-memory-leaks

Fixes potential leak of memory pointed to by 'uniformName'

github.com/openframeworks/openFrameworks - 15ffedab440bacc6732005b617019360c07263bf authored almost 7 years ago
Fixes potential leak of memory pointed to by 'uniformName'

github.com/openframeworks/openFrameworks - 622418cc026ca231b44cf3bb72e584c2cf29b30e authored almost 7 years ago
Update texture matrix instead of flipping the texture

github.com/openframeworks/openFrameworks - 1789fc85579135be5c02938e2467b3099a3d7b8b authored almost 7 years ago
Merge pull request #5912 from danoli3/Fix/OpenGLES/Invalid

Fix GL_INVALID_OPERATION on OpenGL ES 2.0 +

github.com/openframeworks/openFrameworks - 0ba4a06fb5ec6ba042a32db429247aab0bc65307 authored almost 7 years ago
Merge pull request #5736 from HalfdanJ/android-camera-permissions

Support for Android API 25

github.com/openframeworks/openFrameworks - 7978597653db164952ee14ed512e2dde50918339 authored almost 7 years ago
Android permission refactor

github.com/openframeworks/openFrameworks - 804e223847959aab8aab12357c45aeb1e708dc87 authored almost 7 years ago
Merge pull request #5926 from arturoc/fix-loadURIImg

ofImage: Fix loading from a URI

github.com/openframeworks/openFrameworks - 9e88b563aef7fb46556810bcd222bbcdaa17bdfb authored almost 7 years ago
Merge branch 'master' into fix-loadURIImg

github.com/openframeworks/openFrameworks - 34c72bd15e01020dd9a4f121a6a54a064e90b505 authored almost 7 years ago
Revert "vs: add iphlpapi.lib to linked libraries, now needed by poco"

This reverts commit db851981f1a1e31c854d144c870f6501c6a34761.

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

github.com/openframeworks/openFrameworks - e5a9968fd8fe111724b130195645dbbba2d6d8fd authored almost 7 years ago
ofxPoco: add needed library for visual studio

github.com/openframeworks/openFrameworks - 5d2a20916d63e0accf456553f9743c2555beffc7 authored almost 7 years ago
vs: add iphlpapi.lib to linked libraries, now needed by poco

github.com/openframeworks/openFrameworks - db851981f1a1e31c854d144c870f6501c6a34761 authored almost 7 years ago
Merge pull request #5811 from edovino/master

add release number to pkg names, so correct version will be picked up

github.com/openframeworks/openFrameworks - dff8414bb200935f757d1b8df5d07b4c7e3942a8 authored almost 7 years ago
Merge pull request #5925 from hamoid/patch-1

Fix typo: 1D is actually 2D

github.com/openframeworks/openFrameworks - 6d75d6b3ce20a4e42e92930c2a847c69921e8c7b authored almost 7 years ago
loadImage tests: fix vs project

github.com/openframeworks/openFrameworks - 96e8f8c1cf058d427ae2f8e4b6b45d5a1883ce87 authored almost 7 years ago
test loadImage: remove unused ofApp

github.com/openframeworks/openFrameworks - b0e4dc7655a1bcc2577e1247494fbbc66338d76f authored almost 7 years ago
ofImage: Fix loading from a URI

Fixes #5899

github.com/openframeworks/openFrameworks - ac35cf97885cecb7af13eaa71c4bdbf8492bd7e1 authored almost 7 years ago
Merge pull request #5924 from tgfrerer/fix-teardown-order

Fix teardown order

github.com/openframeworks/openFrameworks - 03b5c8050dc8d4d18f1d4e23305cbfe569d9a7da authored almost 7 years ago
Fix typo: 1D is actually 2D

Minimalism is cool, but 1D is going too far :P

github.com/openframeworks/openFrameworks - f8229dff873d280c773d5bea74bc21808915b9a8 authored almost 7 years ago
force destruction of renderer before window

+ if the last application window is destroyed, this may in some cases
cause the OpenGL library t...

github.com/openframeworks/openFrameworks - 5fe03c46a0836b40cb6b8056b8415bc463ebe7f9 authored almost 7 years ago
fix teardown order

+ makes sure app is destroyed before corresponding window is closed

when a window was closed us...

github.com/openframeworks/openFrameworks - 65e3414f64f6399d47d24d7cc7a03f6bb43d690b authored almost 7 years ago
Include ofMatrix4x4.h

github.com/openframeworks/openFrameworks - f344b6865752e86a4cdbc820da4d06174caba9aa authored almost 7 years ago
Merge remote-tracking branch 'openframeworks/master' into android-camera-permissions

github.com/openframeworks/openFrameworks - 6f64ed4cb7cb6bde8fff4b1c65d144b16930eb02 authored almost 7 years ago
Set camera to be initialized on app resume

github.com/openframeworks/openFrameworks - 10026cd1c4052b29ba625a7df7441b81badb62a6 authored almost 7 years ago
Set target sdk version to 25

github.com/openframeworks/openFrameworks - ba5412d289c54837ba011e5c5cdca65dd754192f authored almost 7 years ago
Fix travis settings for android

github.com/openframeworks/openFrameworks - 223c4dc1401d9ba86d5fe430115c3d81545c2db9 authored almost 7 years ago
Merge pull request #5908 from arturoc/ci-androidx86_addons

android: re-enable addons and x86 ci tests

github.com/openframeworks/openFrameworks - 17c6bd2e4b7149a22da204295031aaf44e81a9ca authored almost 7 years ago
android: fix libraries parser so addons config parsing happens over

files parsed from filesytem

github.com/openframeworks/openFrameworks - 38b5d508db29537efad0fc79c87ce45aa6f2e162 authored almost 7 years ago
Merge remote-tracking branch 'openframeworks/master' into android-camera-permissions-2

github.com/openframeworks/openFrameworks - a1d22a3f52c18ebc6a742876352528b3e820f969 authored almost 7 years ago
android: parse filesystem to find binary libraries

github.com/openframeworks/openFrameworks - f1597a350a5c416ff084792e62563f3cc7ceac8c authored almost 7 years ago
assimp addon needs libs config since libs have to be ordered

github.com/openframeworks/openFrameworks - cd7507190406dc8577e66aa9fd3fae2b2ced5012 authored almost 7 years ago
Use the textureMatrix supplied from SurfaceTexture

This fixes a bug where on some devices the camera preview wouldn’t appear correctly. In my case ...

github.com/openframeworks/openFrameworks - 6ef63e9c84c538b828e6b41610b6a59e21905c17 authored almost 7 years ago
Merge pull request #5918 from danoli3/iOS/Fix-UpdateDrawBeforeSetup

iOS/tvOS - Fixes Update and Draw being called before Setup

github.com/openframeworks/openFrameworks - 072cf9a752848f40247b079f0c7afce9f44976c7 authored almost 7 years ago
Fixes Update and Draw being called before Setup

github.com/openframeworks/openFrameworks - 594e93065d4a07b24a31897d4763176265c06923 authored almost 7 years ago
Remove OpenGL ES 1.0 commands from programmable renderer

github.com/openframeworks/openFrameworks - ae78c8c27cecd85dd26452afcf38535b08a88673 authored almost 7 years ago
Merge pull request #5914 from danoli3/iOS/Fix/shaderP

Fixes #4596 - Medium P to High P for Shader Floating Point Precision

github.com/openframeworks/openFrameworks - 0c4205066018af3ef604911566ae7706aab1ffb7 authored almost 7 years ago
Merge pull request #5911 from danoli3/iOS/Fix/2449

Fixes #2449 ofxiOSKeyboard position

github.com/openframeworks/openFrameworks - 046335bc31869a845192cb77ecd1fb3587229baf authored almost 7 years ago
Fixes #4596 - Medium P to High P for Shader Floating Point Precision

github.com/openframeworks/openFrameworks - 850be7f259e2369405fbd4895b62019fcff61acf authored almost 7 years ago
Fix GL_INVALID_OPERATION on OpenGL ES 2.0 +

github.com/openframeworks/openFrameworks - 3180a7b5068a037c90d03b276e8526aaed2d9e8a authored almost 7 years ago
Fixes #2449 ofxiOSKeyboard position

github.com/openframeworks/openFrameworks - 45e7c53892a3b64a7d2fec26d73a3b3bab4768dd authored almost 7 years ago
Merge branch 'ci-androidx86_addons' into ci-androidx86_addons_dan

github.com/openframeworks/openFrameworks - 9d356d2699b73bfde931e76d7c552b2baa2d2b1b authored almost 7 years ago
testing if latest changes to android projects fix addons problem

github.com/openframeworks/openFrameworks - 59fd4ef6ac2322e3106457dbff924aab49be4455 authored almost 7 years ago
Merge branch 'master' into ci-androidx86_addons

github.com/openframeworks/openFrameworks - 8faf0608b03826f1adbc8b32f47ab142c100d432 authored almost 7 years ago
gradlew in templates didn't have execution permissions

github.com/openframeworks/openFrameworks - 276c2d7f2c5628c43ce5719c39b17e305b4c2f11 authored almost 7 years ago
Merge pull request #5906 from HalfdanJ/gradle_wrapper

Add gradle wrapper to android studio templates

github.com/openframeworks/openFrameworks - 67800c3784a4a8f917aa9516f2c38389f10d434d authored almost 7 years ago
Add gradle wrapper to android studio templates

github.com/openframeworks/openFrameworks - c871fea27f67d4927d8a6ec157abbf860d35b0a0 authored almost 7 years ago
Merge pull request #5905 from arturoc/bugfix-glfwInitialSize

ofAppGLFWWindow: the size reported on setup was wrong.

github.com/openframeworks/openFrameworks - aec86271a26840c7cedd87c2d0b7832d6fe3fe5f authored almost 7 years ago
ofAppGLFWWindow: don't reposition window if in fullscren or gamemode

github.com/openframeworks/openFrameworks - 5a43180cb5140a9bfe72396c9f2fe9fa2f4a1e5b authored almost 7 years ago
ofAppGLFWWindow: calculate pixel scale even in fullscreen

but don't try to position the window

github.com/openframeworks/openFrameworks - a3548151f6747a3f83a898e316ae5f9ce26d62fa authored almost 7 years ago
ofAppGLFWWindow: the size reported on setup was wrong.

Fixes #5904

github.com/openframeworks/openFrameworks - 7de1c4b0384b7a28823f3800f0cd3dfed3f67f69 authored almost 7 years ago
add release number to pkg names, so correct version will be picked up

github.com/openframeworks/openFrameworks - eec36dcca137a5854cb52ad5f486ae12be8eadda authored almost 7 years ago
Merge pull request #5902 from Catchoom/fix-unimplemented-methods

Add unimplemented methods to ofTexture on Android

github.com/openframeworks/openFrameworks - e10c58d89573c63769f6e070bdd48f7033a794a3 authored almost 7 years ago
Remove unused methods

github.com/openframeworks/openFrameworks - 5451a1acac48c5dd7a36fcc8d850e4fb18074fa8 authored almost 7 years ago
Merge pull request #5900 from Catchoom/load-url-ssl

Fix for SSL certificate issue when load a URL

github.com/openframeworks/openFrameworks - 491e7b2b2b2bd3797945e296eabd4ccd26c98c83 authored almost 7 years ago
Add unimplemented methods to ofTexture

github.com/openframeworks/openFrameworks - 5539ecfcf8e0bd7234d8f153c1a531fd6b487ea5 authored almost 7 years ago