File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,29 @@ refactoring tool based on the [Language Server Protocol][language-server-protoco
93
93
94
94
## Engine Updates
95
95
96
+ ### [ miniquad]
97
+
98
+ [ ![ diff] ( android_playground.gif )] [ quad-android-playground ]
99
+
100
+ [ miniquad] is a pure Rust, cross-platform graphics library.
101
+
102
+ This month was about polishing miniquad-android experience.
103
+ To make it easier for regression testing, miniquad got
104
+ [ the android playground] [ quad-android-playground ] .
105
+
106
+ The playground demonstrates all known android shenanigans in
107
+ one quad-based app.
108
+
109
+ It includes:
110
+
111
+ - onscreen keyboard
112
+ - java interop (with file dialog as an example)
113
+ - dealing with big java services (with bluetooth as an example)
114
+ - accessing permissions, both runtime and compile time
115
+
116
+ [ miniquad ] : https://github.com/not-fl3/miniquad/
117
+ [ quad-android-playground ] : https://github.com/not-fl3/quad-android-playground
118
+
96
119
## Learning Material Updates
97
120
98
121
## Tooling Updates
You can’t perform that action at this time.
0 commit comments