Ecosyste.ms: OpenCollective

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

ThorVG

It is a open-source project, it develops a lightweight and portable motion graphics engine that can be utilized across all systems.
Collective - Host: opensource - https://opencollective.com/thorvg - Website: https://www.thorvg.org/ - Code: https://github.com/thorvg/thorvg

sw_engine: handle grad edge cases

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie: ++optimization with object culling

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: hotfix with an intermediate patch merge.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
infra: switch the optimization option to level 3

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
svg: resolve compiler warnings.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
sw_engine: fix linear grad issue

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
wasm: thorvg canvas resize problem.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
Hermet/hotfix

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
Performance Compared to RLottie

github.com/thorvg/thorvg - erfanmola opened this issue 6 months ago
lottie/expressions: ++coverage enhancement

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
gl_engine: dynamic load GL functions with glad

github.com/thorvg/thorvg - RuiwenTang opened this pull request 6 months ago
sw_engine: ++fast alpha blending

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: fix fill spread artifacts

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
lottie: render pool optimization++

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
examples: ++exception handling

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
examples: prevent seg fault if init fails

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
version api

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie: ++scene rendering optimization

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: Introduce ClipPath composition support

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
infra: updated ios arm64 build

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: introduced LottieRenderPooler

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
examples: added LottieExpressions

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
sw_engine: grayscale image support++

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie: fix crash caught by asan

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie: direction refactoring

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: apply direction to rect

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
examples: added svg samples

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: ++memory access stability

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: Viewport support

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
lottie: ++ scene composing optimization

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
common: replace the round() with nearbyint()

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
rle enhancement

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: Improve 3d rotation

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie: improvement 3d rotation

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
Hermet/math

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
common/math: code refactring

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
sw_engine: fix masked translucent rect

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
renderer: ++optimization

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
common/math: introduced custom atan2()

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
Support version api

github.com/thorvg/thorvg - hermet opened this issue 6 months ago
lottie: code refactoring

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: enhance support for ao: 1

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
common: fix bezAngleAt function

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
wg_engine: fix masking methods support

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
lottie: add support for image size

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
example: enhancement

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
renderer: Rectified the paint transforms.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
Renderer: rectified a missing image update flag

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
lottie: ++thread safety.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: code refactoring

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
sw_engine: incorrect radial grad result

github.com/thorvg/thorvg - mgrudzinska opened this issue 6 months ago
wg_engine: fix safe disposing of render data in MT environment

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
gl_engine: fix aliasing in gradient rendering

github.com/thorvg/thorvg - RuiwenTang opened this pull request 6 months ago
API: revise the APIs.

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
gl_engine: --deprecated warnings on macOS

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
gl_engine: fix memory leak when rendering image

github.com/thorvg/thorvg - RuiwenTang opened this pull request 6 months ago
gl_engine: regression of memory leak

github.com/thorvg/thorvg - hermet opened this issue 6 months ago
gl_engine: ++thread safety

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
Works

github.com/thorvg/thorvg - SergeyLebedkin opened this issue 6 months ago
gl_engine: support simple hairline stroke rendering

github.com/thorvg/thorvg - RuiwenTang opened this pull request 6 months ago
common: Fix a compilation failure on VS 2017

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: fix blend methods support

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
Failure to compile on vs 2017

github.com/thorvg/thorvg - fire opened this issue 6 months ago
sw_engine: fix aa

github.com/thorvg/thorvg - mgrudzinska opened this pull request 6 months ago
lottie enhancement

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
gl_engine: stroke width is different

github.com/thorvg/thorvg - hermet opened this issue 6 months ago
gl_engine: optimize off-screen rendering

github.com/thorvg/thorvg - RuiwenTang opened this pull request 6 months ago
lottie: enhancement++

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
tvg: revise the binary version check

github.com/thorvg/thorvg - hermet opened this issue 6 months ago
json loader: fix warnings in jerryscript on Windows

github.com/thorvg/thorvg - vtorri opened this pull request 6 months ago
gl_engine: fix detection of GL ES 3 on Windows

github.com/thorvg/thorvg - vtorri opened this pull request 6 months ago
gl_engine: compilation error on Windows

github.com/thorvg/thorvg - vtorri opened this issue 6 months ago
common: code refactoring

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
api: ++description

github.com/thorvg/thorvg - hermet opened this pull request 6 months ago
wg_engine: fix scene opacity usage

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 6 months ago
lottie: retrieve markers data

github.com/thorvg/thorvg - theashraf opened this issue 6 months ago
renderer: Ensure `const` equality operators

github.com/thorvg/thorvg - Repiteo opened this pull request 6 months ago
Improve permissions handling in workflows

github.com/thorvg/thorvg - jsoref opened this pull request 6 months ago
Fix 178+ spelling errors

github.com/thorvg/thorvg - jsoref opened this pull request 6 months ago
wg_engine: webgpu engine optimization ideas

github.com/thorvg/thorvg - SergeyLebedkin opened this issue 7 months ago
doc: polishing++

github.com/thorvg/thorvg - hermet opened this pull request 7 months ago
examples: fix surface refresh approuch for webgpu

github.com/thorvg/thorvg - SergeyLebedkin opened this pull request 7 months ago
infra: bumped up version v0.14, set it dev mode

github.com/thorvg/thorvg - hermet opened this pull request 7 months ago
test/capi: --compiler warning on MSVC

github.com/thorvg/thorvg - hermet opened this pull request 7 months ago