pathfinder/examples
Patrick Walton 5421525eaa Implement the HSL filters (called "non-separable blend modes" in the spec).
These cannot be implemented with the standard OpenGL blending functions, so we
have to do them manually in a shader, which requires a good deal of machinery
to create intermediate framebuffers and so forth.
2020-02-24 15:37:44 -08:00
..
c_canvas_minimal Add transform support to the C API, and fix build problems 2019-06-24 14:03:26 -07:00
canvas_glutin_minimal Bump all outdated dependencies 2020-02-06 09:39:50 +01:00
canvas_metal_minimal Add Lighten and Darken composite ops 2020-02-20 20:38:43 -08:00
canvas_minimal Bump all outdated dependencies 2020-02-06 09:39:50 +01:00
canvas_moire Bump all outdated dependencies 2020-02-06 09:39:50 +01:00
canvas_nanovg Implement the HSL filters (called "non-separable blend modes" in the spec). 2020-02-24 15:37:44 -08:00
canvas_text Bump all outdated dependencies 2020-02-06 09:39:50 +01:00
lottie_basic Initial rudimentary Lottie parsing code 2019-05-23 18:03:09 -07:00
macos_app Add a minimal macOS example app using the C Metal API 2019-06-24 23:03:37 -07:00
swf_basic Bump all outdated dependencies 2020-02-06 09:39:50 +01:00