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

install_dependencies: fix installing glfw3 from source

github.com/openframeworks/openFrameworks - 9c4be50898a54284982ca48fca6f146038ccd358 authored over 8 years ago
Merge branch 'master' into refactor-glm

github.com/openframeworks/openFrameworks - d8017625c9b5da4ccb06d87d6890dc44b56ceda5 authored over 8 years ago
some fixes for glm refactor

github.com/openframeworks/openFrameworks - cf76acfaa2cad7114db9d3145d71ad1097050494 authored over 8 years ago
install_dependencies: install glfw

github.com/openframeworks/openFrameworks - 320511f545a31ef6a7e6ab9e0a302d2f152dde9b authored over 8 years ago
ofPolyline: fix rad version of getRadiansAtIndex

github.com/openframeworks/openFrameworks - bc5a7d069b023861d98be287bcaaf986698367fa authored over 8 years ago
ofRectangle: remove duplicated method impl

github.com/openframeworks/openFrameworks - e01a1d36e35143447c10b2c15616a70e13d15e70 authored over 8 years ago
install_dependencies: install glfw

github.com/openframeworks/openFrameworks - 0de17aa47c76e9adf58a68e4cccb3de645481b80 authored over 8 years ago
Merge branch 'refactor-glm' of github.com:arturoc/openFrameworks into refactor-glm

github.com/openframeworks/openFrameworks - 79b4bbde04737b1d0b20e49ab9718dabc2597355 authored over 8 years ago
Add Rad/Deg versions for everything accepting angles

github.com/openframeworks/openFrameworks - 734998914e665de878a90d98c2a8b75e9660c7f2 authored over 8 years ago
Merge branch 'master' into refactor-glm

github.com/openframeworks/openFrameworks - 06e389001cb5f502ad51b374570cb5688d2cf8a1 authored over 8 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - 5e2fcf5eb55f9fd4634c91ea20da505aa8307988 authored over 8 years ago
makefiles: glfw3 from system on linux and windows

github.com/openframeworks/openFrameworks - 2770a0ed40e365acdb893610b18d710d2a974dd0 authored over 8 years ago
qtcreator: glfw from system on windows and linux

github.com/openframeworks/openFrameworks - c9860c8a102f656d0d687935aab2a185de2225a4 authored over 8 years ago
glfw: osx library for 3.0.2

github.com/openframeworks/openFrameworks - a3ef403481881f11eaf65df80e40aeb023912244 authored over 8 years ago
GL debug log only available on desktop GL

github.com/openframeworks/openFrameworks - 9b8e94740995005d2e292c1c06212dd89f50cfa5 authored over 8 years ago
ofGLUtils: GL log fix for different callback signatures in some platforms

github.com/openframeworks/openFrameworks - 936fb45c2fd18a744c6e95a04dec5a63fd9244f7 authored over 8 years ago
Merge branch 'update-glfw' of https://github.com/tgfrerer/openFrameworks into feature-updateglfw

github.com/openframeworks/openFrameworks - ade4542c2fc468837d41a387778c334fa17b9aca authored over 8 years ago
qt creator: small fix in experimental android suppport

github.com/openframeworks/openFrameworks - 1c77098efdf0fb241b37fdcbfc46d03a26726675 authored over 8 years ago
qt creator: include glsl files

github.com/openframeworks/openFrameworks - cf5a8f9c5bb305cdc65ae38fa7d91d5e6d7afa00 authored over 8 years ago
android makefiles: some fixes for ndk-gdb setup

github.com/openframeworks/openFrameworks - b755189236a0ecb789201e2eb846d1b22b2af4ab authored over 8 years ago
ofGLProgrammableRenderer: in GLES still enable/disable client state

github.com/openframeworks/openFrameworks - 07783acfdd54569e9aab700bf235fb36e2d6d04a authored over 8 years ago
ofGLUtils: ofEnable/DisableGLDebugLog: Enables OpenGL debug log

Shows internal GL errors on the console. The log depends on the specific
driver but is of great ...

github.com/openframeworks/openFrameworks - 946c1bc8414007941938cb13474c49ddfa46d0c0 authored over 8 years ago
reference to beginning of mouseColor array changed

from &mouseColor[0] to just mouseColor as these are the same

github.com/openframeworks/openFrameworks - b604d74d568fdff413eab6a381c674e7e665dafc authored over 8 years ago
ofEasyCam: fix unitialized values

github.com/openframeworks/openFrameworks - 7a7260a8c7426092affba51e91f3d3679432496b authored over 8 years ago
ofEasyCam: up axis setter

github.com/openframeworks/openFrameworks - 312981da8dd30a277b39a2821f30a739caf42afd authored over 8 years ago
ofEasyCam: fix no inertia mode

github.com/openframeworks/openFrameworks - cdc8029a5ab12e6673d64b2fe50ec1a02f9b75d6 authored over 8 years ago
Merge pull request #5126 from Entropy/feature-easycam-const

Fixed const correctness on ofEasyCam getters.

github.com/openframeworks/openFrameworks - 328a3251b9c5fcc29abc3a62a4c34017545bed80 authored over 8 years ago
ofEasyCam: enable/disable inertia

github.com/openframeworks/openFrameworks - eb65e089717e9ee64b584f0d7d5aa19e5c733873 authored over 8 years ago
ofEasyCam: fix y axis for interative rotation for more stable movement

Before the relative y axis was used for rotating which made the camera
movement really unstable ...

github.com/openframeworks/openFrameworks - affa16f2805bf54937d42fefd152de55e4c0e3ca authored over 8 years ago
Merge pull request #5127 from danoli3/OSX/fix-IEEE-fastmath

Fix Xcode IEEE Fast Math Release Fast Math Error.

github.com/openframeworks/openFrameworks - da6bc9aba4280f8a2c38bc42afafc8cb9a4b80d7 authored over 8 years ago
Merge pull request #5128 from IanByun/master

Bug Fix for "ofPixels mirrorTo horizontal"

github.com/openframeworks/openFrameworks - 4a17246cfe0bbdbe37b863a9bfda3b6cdda19433 authored over 8 years ago
Merge pull request #5133 from Paul92/bugfix-ofTrueTypeFont_setSpaceSize

Bugfix of true type font set space size

github.com/openframeworks/openFrameworks - 70ef87e9f7eca8e499888e069b79f4334210a8a9 authored over 8 years ago
Merge pull request #5134 from bakercp/ofVideoGrabber-fix

ofVideoGrabber -- fix default bUseTexture behavior.

github.com/openframeworks/openFrameworks - 1a8fadbed0641c5fdb58a4fd00aaf3a54b0a793c authored over 8 years ago
Merge pull request #5136 from arturoc/remove-apothecary

Remove apothecary

github.com/openframeworks/openFrameworks - 59eb85a9911aa927264d2b7805f8033323083448 authored over 8 years ago
remove apothecary from main repo

github.com/openframeworks/openFrameworks - 22fca4a0736846d1b1f54ce0702a2379ab692299 authored over 8 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks

github.com/openframeworks/openFrameworks - b2a8624920d2e65a30c27853f713d8ed1ca49b84 authored over 8 years ago
Fixed right drawing of ofTrueTypeFont

github.com/openframeworks/openFrameworks - c4ce065647d712b6fce1fed4dc00a7cdf11398c1 authored over 8 years ago
Respect existing bUseTexture, change default to true, which is similar to existing setup().

github.com/openframeworks/openFrameworks - 89943477f608ebf13d75d7b06cb0e8a13df86530 authored over 8 years ago
Fixed logical issue in ofTrueTypeFont.

github.com/openframeworks/openFrameworks - dfae7b9c4ed7256a1e51a7edb45ead3a6534f7ca authored over 8 years ago
Treating space as a separate case in iterateString. fix #5132

github.com/openframeworks/openFrameworks - a58969a85c8573a7fe36591b344e98f6c6a3edfd authored over 8 years ago
Set initial space size factor to 1.

github.com/openframeworks/openFrameworks - 7cca63ab24220ae70cea311e417cfc15bf1c10c5 authored over 8 years ago
Merge pull request #5131 from Paul92/bugfix-ofTrueTypeFont_sizeForEmptyString

Bugfix of true type font size for empty string

github.com/openframeworks/openFrameworks - f4276f05533b828454f88e40b3bc48bfe7eae9ca authored over 8 years ago
Refactored the computation of box limits in getStringBoundingBox() for consistency

github.com/openframeworks/openFrameworks - a7a054a6b46fcd1dce175c7e7d2a4bcafcf6af2e authored over 8 years ago
Corrected the initial value of maxX/maxY in getStringBoundingBox()

github.com/openframeworks/openFrameworks - ca6f7b16b9c12d9eb00bdff86c8496be62d16535 authored over 8 years ago
Return bounding box of size 0 at coordinates (x,y) when attempting to draw an empty text at (x,y)

github.com/openframeworks/openFrameworks - 8f50cccd03c460b04948f897674638747dda74ed authored over 8 years ago
Merge pull request #1 from IanVative/IanVative-ofPixels-mirrorTo-horizontal-bugfix

Bug Fix for "ofPixels mirrorTo horizontal"

github.com/openframeworks/openFrameworks - 5945655f22e1c7721d902cd64798b3bcc3c174fe authored over 8 years ago
Bug Fix for "ofPixels mirrorTo horizontal"

When mirrorTo-ing ofPixels horizontally, line 1179, which was
int pixelb = i;
previously, shou...

github.com/openframeworks/openFrameworks - 0aafba27c68d654ad82663c18e0d82024532fd7b authored over 8 years ago
Fix Xcode IEEE Fast Math Release Fast Math Error.

- Fixes https://github.com/openframeworks/openFrameworks/issues/5115

github.com/openframeworks/openFrameworks - 78f2e20bd836109c04ca1f8c7012acefc225f285 authored over 8 years ago
Fixed const correctness on ofEasyCam getters.

github.com/openframeworks/openFrameworks - 3496d19fb116a2879f7f37ad44a907564aea7354 authored over 8 years ago
Merge pull request #5124 from Paul92/bugfix-ofTrueTypeFont_copying

Bugfix of true type font copying

github.com/openframeworks/openFrameworks - f6c3f723c7b6ee5c3f7cb11bb5fb69a0d8ec82e9 authored over 8 years ago
Removed copying of stringQuads in ofTrueTypeFont in copy/assignment constructors

github.com/openframeworks/openFrameworks - 800a887c94d85e21dd5c9e088bbd23edeb2e3b02 authored over 8 years ago
Fixed ofTrueTypeFont rvalue assignment constructor; now copies all members of the class

github.com/openframeworks/openFrameworks - 6e4552af8b6a4cbb28b1c4cdc8c0f3f0792073a7 authored over 8 years ago
Fixed ofTrueTypeFont rvalue reference constructor; now copies all members of the class

github.com/openframeworks/openFrameworks - eeadb0a3a306cb6fcf0be78991d39bbb33035660 authored over 8 years ago
Fixed ofTrueTypeFont assignment constructor; now copies all members of the class

github.com/openframeworks/openFrameworks - b462a3ea95f8fe0ff4fd2d0b9864f181546cc69b authored over 8 years ago
Fixed ofTrueTypeFont copy constructor; now copies all members of the class

github.com/openframeworks/openFrameworks - f4a125f7c3af58f1eeb720ffa89c6650e55a4327 authored over 8 years ago
Merge pull request #5118 from roymacdonald/fix-bitmapStringMode_docu

added explanation for ofSetDrawBitmapMode options

github.com/openframeworks/openFrameworks - 8e08ba80a169abdc52ed5c5f9f7646714de4d942 authored over 8 years ago
added explanation for ofSetDrawBitmapMode options

github.com/openframeworks/openFrameworks - 5814f809c36f214bbebca9fb034423310de48b24 authored over 8 years ago
Merge pull request #5116 from HalfdanJ/android_soundstream

Change signature of android sound stream getTickCount

github.com/openframeworks/openFrameworks - 83379ea921c123c7fc7b64a67ee53982154fe921 authored over 8 years ago
Change signature of android sound stream getTickCount

github.com/openframeworks/openFrameworks - cdca62f4dffc1d83037b9c85b50abd060d7ec438 authored over 8 years ago
ofLog: fix static deinitialization for padding

github.com/openframeworks/openFrameworks - 8a895b0daceee14270b92088f9bc484ef5586aee authored over 8 years ago
Merge pull request #5111 from elliotwoods/fix-paddingDuplicateSymbols

fix ofLog padding so that it is correctly initialised between dynamically loaded exe's

github.com/openframeworks/openFrameworks - 9db55ed511cbf7226a673d6696d0888d89087676 authored over 8 years ago
Merge pull request #5112 from elliotwoods/fix_-ofBackgroundGradientAndofThreadChannel

fixes to ofBackgroundGradient and ofThreadChannel

github.com/openframeworks/openFrameworks - 889ad55f3608a984e1142a18a23b28763530b525 authored over 8 years ago
fixes to ofBackgroundGradient and ofThreadChannel

github.com/openframeworks/openFrameworks - fb3d4fb8e93f6a36b774929e2af13c493d7526e8 authored over 8 years ago
fix ofLog padding so that it is correctly initialised between

github.com/openframeworks/openFrameworks - 033d0095a031f98ec6de64d7851b479f59d7cb47 authored over 8 years ago
fix apothecary GLFW recipe for os x

+ On OS X, the recipe would build the library ok, but would
not trigger `make install`, which ...

github.com/openframeworks/openFrameworks - 44731c211ded25ba8631025aafbcc656178290d4 authored over 8 years ago
Merge pull request #5107 from underdoeg/fix-ofThread-mutex

set ofThread mutexBlocks to true

github.com/openframeworks/openFrameworks - 84e3586a7914fdec97b9e40458cc38612a69968b authored over 8 years ago
set ofThread mutexBlocks to true

github.com/openframeworks/openFrameworks - 756f0160b584a04537f2edfce17a1ebc996810f0 authored over 8 years ago
Merge pull request #5101 from brendan-w/move-ctor

implemented move constructor for ofImage

github.com/openframeworks/openFrameworks - 60c6c70d4046279a6dd28ab9cb7d6fc6f8532179 authored over 8 years ago
update apothecary recipe

github.com/openframeworks/openFrameworks - 77784f13b0378c6967d3f61046b2ae300d477f8d authored over 8 years ago
add OS X code path

+ this uses the OS X system method UCKeyTranslate as
@elmindreda suggested (thanks!)

+ functi...

github.com/openframeworks/openFrameworks - 1325fecd33cb6e7e57a9374c5bafe28080b86de8 authored over 8 years ago
added corresponding move assignment operator

github.com/openframeworks/openFrameworks - 244cb34eb5bc57e36882057e3ee442cf19a15aaa authored over 8 years ago
Merge pull request #4517 from HalfdanJ/android_camera_orientation

Android camera: Orientation working

github.com/openframeworks/openFrameworks - 43ec1b043ea2fd5c6d6cdca2a9f2190c819b0ca2 authored over 8 years ago
Merge pull request #5103 from HalfdanJ/android_orientation_event

Android orientation event

github.com/openframeworks/openFrameworks - 9fc0c408e9f0ac3aa19d5e8b30b3dc9d3cf3a1f7 authored over 8 years ago
Merge pull request #5102 from brendan-w/negative-framerate

handle negative framerate requests

github.com/openframeworks/openFrameworks - 4b2e9d8ca3435c455556e10b48e9d48e5dc5c856 authored over 8 years ago
Android orientation event

github.com/openframeworks/openFrameworks - f5c75a449e3f8c33d134f67d2c22a21ae7c0d1a1 authored over 8 years ago
handle negative framerate requests

github.com/openframeworks/openFrameworks - 85f07a11064074e972950f7e29d2e32f4467de26 authored over 8 years ago
implemented move constructor for ofImage

github.com/openframeworks/openFrameworks - 79d406d5a2972c72ff2c52e16df4660000875a55 authored over 8 years ago
update GLFWwindow for GLFW 3.2

+ no more "customised" GLFW version - we're using the latest
and the brightest GLFW

keycodeTo...

github.com/openframeworks/openFrameworks - 950ad201c409df0c3cc7c1ba07739479a0e5ec67 authored over 8 years ago
update glfw to latest version

+ glfw @ 0a668be1bfc40fd9e3401a6e28834edd2a55fc10

github.com/openframeworks/openFrameworks - e249efc62efcae4f19507007df337fccf9cc5494 authored over 8 years ago
Merge pull request #5098 from oxillo/fix_segfault_on_Esc

Unregister GLFW callbacks when closing GLFWAppWindow

github.com/openframeworks/openFrameworks - cffce3b0535ac21b90a9d4fe9c25cbacf434e8a6 authored over 8 years ago
Unregister GLFW callbacks before closing

github.com/openframeworks/openFrameworks - 617407adf20ff2ea08d08c688ffa1bf0bf4dfad0 authored over 8 years ago
Merge pull request #5094 from underdoeg/fix-unknown-ofxOsc-param

catch unknown osc parameter addresses

github.com/openframeworks/openFrameworks - f31650123be8e9ada60dacaeaf122d0145c9cfc4 authored over 8 years ago
catch unknown osc parameter addresses

github.com/openframeworks/openFrameworks - c562f793002e6e860e9c65c8e4a93a88d7fc3912 authored over 8 years ago
Merge pull request #5084 from tallavi/ofxiOS_touchesFix

ofxiOSEAGLView - reset touches dictionary before the view appears

github.com/openframeworks/openFrameworks - 8560d532332671c3d842f414aebcb471d62d3f6a authored almost 9 years ago
AppVeyor : add MSYS2 build

github.com/openframeworks/openFrameworks - 1174fb71eff77144d8bfcf52bec50fc22805549c authored almost 9 years ago
Update compileOF to handle 64bits and CI

github.com/openframeworks/openFrameworks - 376163bd05afb63982d5e439b4d708e0a22ac535 authored almost 9 years ago
pbxproj - added ofxiOSEventAdapter

github.com/openframeworks/openFrameworks - eabe89fdb6c3d135703db00dcc75c49509f9adf9 authored almost 9 years ago
ofxiOS - reset touches map before becoming visible (to clean junk that may be there from last time)

github.com/openframeworks/openFrameworks - d155109d697cf89c4cbd7e38f3b27a0ec4c90811 authored almost 9 years ago
ofxiosEventAdapter - initial commit

github.com/openframeworks/openFrameworks - 0ab01cad5dbff6c3dce58efa06f9d6af1fa556cd authored almost 9 years ago
Merge pull request #5080 from kkirby/bugfix/android_vram_memory_leak

Bugfix/android vram memory leak

github.com/openframeworks/openFrameworks - c9cd3e912691d5286c3b6c84d6dd83de055e89d0 authored almost 9 years ago
Added copy ippicv phase to apothecary script.

github.com/openframeworks/openFrameworks - 9a6d4d9d1a031080b12b7a1858bf6b7b844a489a authored almost 9 years ago
Merge pull request #5081 from prisonerjohn/fix-missing-ippicv

Recompiled opencv for vs, including ippicv.

github.com/openframeworks/openFrameworks - 41f91ba7b92e0e034f7525d9b206bea8cde75fdd authored almost 9 years ago
Merge pull request #5077 from underdoeg/feature-ofParameterGroup-removeChild

critical bugfix for ofReadOnlyParameter and isReferenceTo

github.com/openframeworks/openFrameworks - a0f8e0a437b90c4e92fe405ad8ad149a2326ecdd authored almost 9 years ago
Recompiled opencv for vs.

Added missing ippicv lib for Windows.

github.com/openframeworks/openFrameworks - 24e7528542f9f09798a92ba4993b38229a173acc authored almost 9 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks into feature-ofParameterGroup-removeChild

github.com/openframeworks/openFrameworks - ed030b67a6423e69c47cc18e5d287021e698a714 authored almost 9 years ago
restore some spacing

github.com/openframeworks/openFrameworks - 84452f67f6a76c7927fb7ad851a30a025b0dfe5b authored almost 9 years ago
friend readOnlyParameter to ofParameter

github.com/openframeworks/openFrameworks - edc26e0a23ead8881caef1617f8d75f34d986d56 authored almost 9 years ago
Merge branch 'master' of github.com:openframeworks/openFrameworks into feature-ofParameterGroup-removeChild

github.com/openframeworks/openFrameworks - bade83b85ebdce588c835b3739296b117f81d056 authored almost 9 years ago