Skip to content

Commit ce00421

Browse files
HayesGordonHayesGordon
andcommitted
feat(flutter): add shared texture through rive panel (#10451) 7359e8b824
* feat(flutter): add shared texture through rive panel * feat: updates to rive panel * chore: revert pub path change * docs: update api level docs * feat: expose drawOrder feat: Add fallback AtlasTypes that don't need float color buffers (#10475) 5e6f683b9e Floating point color buffers are only supported via extensions in GL. Previously, the feather atlas would just break when this functionality wasn't present. This PR adds support for multiple different AtlasTypes that make use of various GL extensions to render the atlas. As a final resort, if none of the other extensions are available, it can split coverage up into rgba8 compoments. This mode works on unextended GL at the cost of quality. Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent 38f40c8 commit ce00421

22 files changed

+1169
-3
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f7f795e53015b92c38abe175259caa7b5032cb76
1+
7359e8b824801f268a0506ae948ab5845f610d8c

example/assets/centaur_v2.riv

27 KB
Binary file not shown.
38.5 KB
Binary file not shown.
16.1 KB
Binary file not shown.
102 KB
Binary file not shown.
10.4 KB
Binary file not shown.
15.5 KB
Binary file not shown.
14.4 KB
Binary file not shown.
51.2 KB
Binary file not shown.

example/lib/advanced/advanced.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export 'centaur_example/game_widget.dart';

0 commit comments

Comments
 (0)