Ecosyste.ms: OpenCollective

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

Fuse Open Collective

Build high performance iOS and Android apps with a single codebase
Collective - Host: opensource - https://opencollective.com/fuse-open - Website: https://fuseopen.com - Code: https://github.com/fuse-open

Implement precise rooting tracking for wtiListeners

github.com/fuse-open/fuselibs - d0989d1baa83fc7e5fc168c63c9ff49b84937377 authored over 7 years ago
(restored) Optimized invalidation strategy for transforms

Avoids subtree traversion on world transform invalidation. This improves performance generally w...

github.com/fuse-open/fuselibs - 45446c5638fc9edd36ec8aff93cc5a119b980e59 authored over 7 years ago
Revert "Merge pull request #149 from Duckers/feature-OptimizeWorldTransformInvalidation"

This broke ManualTestingApp, and I need to send thing off to testing ASAP.

This reverts commit ...

github.com/fuse-open/fuselibs - da640d44aa6633c51ea8578a09ae92a1404dc4f5 authored over 7 years ago
Updated screenshots and readme for facebook login example

github.com/fuse-open/fuse-samples - 2ca8fece0a41ae68c02b85b04322529a6058d3a4 authored over 7 years ago
Added charting examples

github.com/fuse-open/fuse-samples - 23693e63c101a1f97fd7d1231ca4b63bd5da557b authored over 7 years ago
using a patching algorithm for replaceAll

github.com/fuse-open/fuselibs - 0e03d6a30d5f02088c0fe9987fac49dbccac746b authored over 7 years ago
Fixed text documentation

github.com/fuse-open/fuselibs - 1597825fc1987ae99525497e8ead25dd72aa7bf8 authored over 7 years ago
simplify index, add null support

github.com/fuse-open/fuselibs - d77e572e4c6b00b01476381870b2afb6464df5a2 authored over 7 years ago
working on list patching

github.com/fuse-open/fuselibs - 5ceb0b498c0ab94b0d360ec37b60ebe01c8fdbec authored over 7 years ago
Merge pull request #133 from Duckers/feature-CheckGLErrorOptimization

Optimization: Don't check for GL errors all the time

github.com/fuse-open/fuselibs - c1664f59af3cf2ec9c781237de3e3903efad6057 authored over 7 years ago
lookup by Id, to avoid N^2 loop on replaceAll with ids

github.com/fuse-open/fuselibs - 20b8cffb664f9bd705777b291a1915809def6b37 authored over 7 years ago
CHANGELOG: remove pointless heading

There's no good reason why OpenGL-changes should have their own heading. Let's put it with every...

github.com/fuse-open/fuselibs - a87ada6bdface14e42eb820d1d7526e10c00b5fa authored over 7 years ago
Optimization: Don't check for GL errors in release builds

github.com/fuse-open/fuselibs - 33bda0db5e106264c5c339fa22929480204588dc authored over 7 years ago
iOS: Fix GetPointIndex logic

github.com/fuse-open/fuselibs - 18febb4fd7992f46fbfb2598177f9d0498d09935 authored over 7 years ago
Fix indentation and move constants

github.com/fuse-open/fuselibs - 2fa53c8ba7d7e15cd5a4beaa096125863dc76717 authored over 7 years ago
Address comments from review

- Remove EventType deal
- Move iteration of events into the callsite of each event type
- Make R...

github.com/fuse-open/fuselibs - fb98bdcddcaedf429b63f4d4891bfa94a216b1c1 authored over 7 years ago
fix cleaning issue

github.com/fuse-open/fuselibs - 6ea8567eecf9ca8b60e26aea17f205a97a6db178 authored over 7 years ago
Merge branch 'release-1.1'

github.com/fuse-open/fuselibs - af197d856ddd23f8df67bffa00e0cc44488e65f2 authored over 7 years ago
bump version to 1.1.0-rc2

github.com/fuse-open/fuselibs - 8bbe6a88b3d1bae5780deacc2c8c9b102d5c3ff3 authored over 7 years ago
mixing removed into windowItems list to prep for preserving position

github.com/fuse-open/fuselibs - 5898da04a42c77a270590e59277bba014eef1c57 authored over 7 years ago
Merge branch 'release-1.0' into release-1.1

github.com/fuse-open/fuselibs - f23bcf2e99983703a7b8405a0c21e497642be64e authored over 7 years ago
bump version to 1.0.5

github.com/fuse-open/fuselibs - 49e01dda64f7a0c34870c02d6f9684d183e74f90 authored over 7 years ago
update uno to 1.0.13

github.com/fuse-open/fuselibs - 2d553f655e33fa7f415272cff4f39f5169588582 authored over 7 years ago
Merge pull request #143 from eeue56/hotfix/android-surface-image-stroke

revert changes to imagefill on Android to ensure strokes are obeyed

github.com/fuse-open/fuselibs - c81ed6348fccd6fb9e5d2f061e3cb14ca0599002 authored over 7 years ago
Merge pull request #148 from Duckers/feature-OptimizeWindoToLocal

Optimize WindowToLocal by using FastMatrix to transform vectors

github.com/fuse-open/fuselibs - f3af8e95717da0e631a273e88650464ee4a9a91f authored over 7 years ago
CHANGELOG: revert pointless heading-change

github.com/fuse-open/fuselibs - 00e81f7a4a0bf6d5492148c073c1860355131511 authored over 7 years ago
Merge pull request #151 from kusma/misc-cleanups

Misc cleanups

github.com/fuse-open/fuselibs - ec00416970d965333e30547efe7626913d8963ac authored over 7 years ago
Merge pull request #150 from nekronos/FastMatrixTests

FastMatrix: Add tests covering its interface

github.com/fuse-open/fuselibs - eab357ac8475e725733601492e8fe1b067a3848e authored over 7 years ago
adding test for OBservable, not clear if there was one before

github.com/fuse-open/fuselibs - 239b2207bf6768088aeadaf5cf23e368b5ee294a authored over 7 years ago
store windowitem in data map, reduce subscriptiosn for multiple templates, dispose subscription

github.com/fuse-open/fuselibs - 2b5310982bfd27f77a43abef35a1191d6d9c0220 authored over 7 years ago
Merge pull request #149 from Duckers/feature-OptimizeWorldTransformInvalidation

Optimized how WorldTransform is invalidated

github.com/fuse-open/fuselibs - 1882c8860b9ff0c0d613d938ef02adf4e36fb23c authored over 7 years ago
CHANGELOG: remove rouge newlines

github.com/fuse-open/fuselibs - 0d747f71c4c18cd9c42d0a8422613dcddb1d5d6a authored over 7 years ago
ManualTestingApp: replace SdfImage with Path

Now that we have a working Path-primitive, we don't need to keep this
silly cusom-rendered primi...

github.com/fuse-open/fuselibs - b873763fe929d2cdf048fbc57b035d2efde43bb6 authored over 7 years ago
Update FastMatrix.Test.uno

github.com/fuse-open/fuselibs - 1da100c59ead69d7a16a04d991189fb95dc527ef authored over 7 years ago
shortcut for reusing IDs with OnNewAt/replaceAt

github.com/fuse-open/fuselibs - 09ac7010daf3344d5bb66032a66c66481039cbd2 authored over 7 years ago
Fix wti counting bug

github.com/fuse-open/fuselibs - 699ae9045136d95fa287e6c2d3c7c7790315acee authored over 7 years ago
Move WTIUnrooted to the right place (to get wti counter correct)

github.com/fuse-open/fuselibs - c3929ebe317e67d9653674df1af8e5a35a855ebb authored over 7 years ago
Fixes based on mortoray's feedback.

github.com/fuse-open/fuselibs - a597f08b946088016c277a8ab9aac8a743613ccf authored over 7 years ago
Fixed WorldTransformInvalidated implementation and removed OnInvalidatedWorldtransform.

This fixed the regressions with native views. See changelog remarks in this commit.

github.com/fuse-open/fuselibs - aef7f8d5dcb2aa49dfc9bee526f75c2c649ef5e9 authored over 7 years ago
Optimized how WorldTransform is invalidated.

Optimized invalidation strategy for transforms, to avoid subtree pruning. This improves performa...

github.com/fuse-open/fuselibs - 55adbbdd09a2100fc7ad0c2493598c9cc7cf87b2 authored over 7 years ago
ManualTestApp: Added multitouch test page

github.com/fuse-open/fuselibs - f8e6508830c08fe200243939dda65562eefde90e authored over 7 years ago
iOS: Make HitTestHandle virtual

Provide a way for subclasses of ViewHandle to provide their own HitTest views

github.com/fuse-open/fuselibs - 09d03dfa1298348979d102cf7d41f9c8aa1e3951 authored over 7 years ago
iOS: Add methods for dispatching input events on View

This is the user facing API for dispatching input events into fuse

github.com/fuse-open/fuselibs - 58be4ae4d919d73aa8b7a8ae0a6d9c93713a1c7a authored over 7 years ago
iOS: Cleanup UITouch and UIEvent classes

Not needed anymore, reduce to extensions for whats still used

github.com/fuse-open/fuselibs - 1476b8e884d8f5060ff7786da63f6c99e9e9c527 authored over 7 years ago
iOS: Add option to opt-out of InputDispatch

In common case when implementing native views the user wants all the input interop with fuse to ...

github.com/fuse-open/fuselibs - a7dae23eacb5d62cd24d3fa0628939a7c6509824 authored over 7 years ago
iOS: Refactor InputDispatch

Prettify

github.com/fuse-open/fuselibs - 96e821465d0adaafc10ff7c2645f4dd292ee4980 authored over 7 years ago
iOS: Move UITouch and UIEvent PointerCaptureAdapter

github.com/fuse-open/fuselibs - 0b47450aba7d2debf51bdbc4eafa247f21e4cfcb authored over 7 years ago
TreeRenderer: prepare for InputDispatch changes

github.com/fuse-open/fuselibs - 1f54b37611d20efc985a07620ea2cc91cee70585 authored over 7 years ago
iOS: Cleanup InputDispatch code

github.com/fuse-open/fuselibs - 221f1d6c2a6e28c6db00f766dfcdae10d305c09d authored over 7 years ago
Update CHANGELOG.md

github.com/fuse-open/fuselibs - d1f3170ef0ffd07bc96ca54daf70da7c899cce15 authored over 7 years ago
Merge branch 'master' into feature-OptimizeWindoToLocal

github.com/fuse-open/fuselibs - 1d208a75490dd51d696787254eb5bef51ba559e1 authored over 7 years ago
Merge branch 'release-1.1'

github.com/fuse-open/fuselibs - 5530275f8f0ad0945a0ba33066f218b78324ad78 authored over 7 years ago
ManualTestingApp: remove pointless version-numbers

github.com/fuse-open/fuselibs - 3b9b3f24ae746d0940c9e9e651e8442e6a2e11be authored over 7 years ago
Experimental.TextureLoader: remove unused test-app

This is not very useful, we already have plenty of things indirectly
testing Experimental.Textur...

github.com/fuse-open/fuselibs - 1da2082f668a5ead9492b05e9584982936d547c1 authored over 7 years ago
Merge pull request #144 from Duckers/feature-ElementAtlasOptimization

ElementAtlas: Don't set rendertarget redundantly

github.com/fuse-open/fuselibs - a8e17ea9db327e30d015e72db57e5cc8b4702101 authored over 7 years ago
use WindowItem directly as avialable structure

github.com/fuse-open/fuselibs - 5818d6d9259037d89968aeb94adbd70f835fa680 authored over 7 years ago
restruct avilable nodes to prep for keeping deleted in place

github.com/fuse-open/fuselibs - 2a07ea376ab70894afec452f78232abed9c7a4c5 authored over 7 years ago
Optimize WindowToLocal by using FastMatrix to transform vectors.

The WindowToLocal function is called frequently while processing pointer events for hit testing....

github.com/fuse-open/fuselibs - 1d6257f2184887fbb193357e763fc70618c9ae44 authored over 7 years ago
reusing nodes based on id matching

github.com/fuse-open/fuselibs - 96bd0be44f043b91ae294e6884bf4c7d6574fed6 authored over 7 years ago
Improve comment

github.com/fuse-open/fuselibs - 48924d237608fc485145b0cacf1ed538c6e46fd6 authored over 7 years ago
Changelog for ElementAtlas: Don't set rendertarget redundantly

github.com/fuse-open/fuselibs - 10c12dabc1eb9167c03b7f5c13a6b5a8a61b62da authored over 7 years ago
ElementAtlas: Don't set rendertarget redundantly

PinAndValidate sets rendertarget and calls FillFramebuffer, but often nothing is actually drawn....

github.com/fuse-open/fuselibs - 6e833f9366245f6dd19a1671b0f12693c10b4af6 authored over 7 years ago
revert changes to imagefill on Android to ensure strokes are obeyed

github.com/fuse-open/fuselibs - 7c4bf6cd4b4c2b2775b9a3945fb2545328f73bf1 authored over 7 years ago
store id with the templates

github.com/fuse-open/fuselibs - 61797e9f9ecd4c3c6130ae9adf517853eee5dcec authored over 7 years ago
prep for matching, add test to catch introduced error about not reusing nodes

github.com/fuse-open/fuselibs - db419722e9f975b16a41b5b4aaa27543e1170b4a authored over 7 years ago
temporarily save all removed nodes

github.com/fuse-open/fuselibs - 97451e1542ed3951b76381dde539685776d4fe52 authored over 7 years ago
adding test in prep for removal change

github.com/fuse-open/fuselibs - df61ce28c7a58729e91d7dc47efb622a05cbe370 authored over 7 years ago
Merge pull request #141 from eksperts/feature-fix-selection-example

fixing the example for working with Selection API

github.com/fuse-open/fuselibs - caf33d2c4fa87d44d0ccc5ebcd1de62ee8c664ff authored over 7 years ago
whitespace cleanup

github.com/fuse-open/fuselibs - 66b9abb87aa510c906e257d749184977d82c085f authored over 7 years ago
fix the JS part of the example

github.com/fuse-open/fuselibs - 1963405070101f283bd717ebcaa2e2e33c0a3ba3 authored over 7 years ago
cleanup some reactive tests

github.com/fuse-open/fuselibs - b10d48fce98c7f9405650554209f88abe9c06fac authored over 7 years ago
workaround Uno #1180

github.com/fuse-open/fuselibs - 8d5b4484ebc54c9810a8f5b89027ea26271b2121 authored over 7 years ago
fix template override

github.com/fuse-open/fuselibs - 5413e4316ea82c171a77e2adc3c0614e0eda2db1 authored over 7 years ago
changelog and docs

fix changelog

github.com/fuse-open/fuselibs - e43076f991af11470b95712bdea25f108edfbdba authored over 7 years ago
fixes https://github.com/fusetools/fuselibs-public/issues/135

use a WeakReference instead

change it again

github.com/fuse-open/fuselibs - dbf2ab5fb2f4d4516db3a6e3832092683b9492bf authored over 7 years ago
adding test for Instance with NodeGroup TemplateSource

github.com/fuse-open/fuselibs - 10198099f0298e7eb4a849357867a4a0bccba195 authored over 7 years ago
add templates to NodeGroup for use in Trigger and Instantiator as a source

github.com/fuse-open/fuselibs - 9e72845390df8baa4a7a360723696344b87980ed authored over 7 years ago
remove half-feature to update templates post rooting.

github.com/fuse-open/fuselibs - f32d6f7456ce4a1d42ae511fcfc294262f8e2eba authored over 7 years ago
Merge pull request #131 from Sunjammer/feature-AndroidCameraBufferFix

Feature android camera buffer fix

github.com/fuse-open/fuselibs - 9fc667e6d6dec04346c5c8ff2cb27cc9d23f0f72 authored over 7 years ago
Implemented array lookup in UX expressions

github.com/fuse-open/fuselibs - 69b3671231267eb48ac2d3c02927515874bcae00 authored over 7 years ago
Merge pull request #132 from mortoray/moveattract

migrated `attract` from premiumlibs into fuselibs

github.com/fuse-open/fuselibs - 005cc37e8854206f16e425bcee3157a812b74716 authored over 7 years ago
Merge branch 'release-1.1' into feature-AndroidCameraBufferFix

github.com/fuse-open/fuselibs - 3f02e69a6a02d6148df7817fcaf61a56fbd83470 authored over 7 years ago
Merge pull request #130 from Sunjammer/feature-iOSCameraCrash

Fuse.Camera iOS 10.1+ crash fix

github.com/fuse-open/fuselibs - 1ca1cfc52a6ab0a737f5eb53638275bd15d1912d authored over 7 years ago
migrated attract from premiumlibs into fuselibs

github.com/fuse-open/fuselibs - c26678b15069b926bde28a423bcd6cf4714d006e authored over 7 years ago
Update changelog

github.com/fuse-open/fuselibs - 17edde317250b223da4a73b0d4947932c86ccd59 authored over 7 years ago
Reimplement mysteriously missing handler for KEEP_ASPECT resize mode on Android

github.com/fuse-open/fuselibs - 33954d22387268572107a7ed9d014f8fea65f4f7 authored over 7 years ago
add null guard for resultBitmap in finally block to avoid crash happening in finally block

github.com/fuse-open/fuselibs - 0bcaf46703121e9b5d7f82af3f41ebe1697bbe81 authored over 7 years ago
Update changelog

github.com/fuse-open/fuselibs - 8ed5c0380ade6577fbef6b56c5973a402cc5ab45 authored over 7 years ago
(iOS) Ensure Fuse.Camera camera viewcontroller created and dismissed on UI thread (fixes #128)

github.com/fuse-open/fuselibs - 957c26ffc39c19bf714f42828f7f5ca41c68e6ef authored over 7 years ago
Merge pull request #116 from sebbert/docs-mapview-fix-formatting

Unbork MapView docs

github.com/fuse-open/fuselibs - 4907eaa8c522b0f49a19154d90acb8cd6d85eaf6 authored over 7 years ago
Merge pull request #60 from fusetools/charting

preparing charting example from my original test app

github.com/fuse-open/fuse-samples - 8985df8f433bee803946f84194e74bed144a2c82 authored over 7 years ago
Merge pull request #51 from fusetools/scrollviewpull

A swipe to reveal header in a ScrollView

github.com/fuse-open/fuse-samples - 159040c0820db40dd2f717aa09c3a63033bff8af authored over 7 years ago
Merge pull request #50 from fusetools/vectors

Vectors

github.com/fuse-open/fuse-samples - deafca55967e1482a6e469f0e1965df0fcaeacc5 authored over 7 years ago
Merge pull request #66 from fusetools/navigation

New Navigation example

github.com/fuse-open/fuse-samples - 25465748fe855a7e835784ae91640c8322c0211e authored over 7 years ago