Skip to content

Commit 0d57c73

Browse files
committed
N37: miniquad
1 parent 65e6b34 commit 0d57c73

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
1.51 MB
Loading

content/news/037/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,29 @@ refactoring tool based on the [Language Server Protocol][language-server-protoco
9393

9494
## Engine Updates
9595

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+
96119
## Learning Material Updates
97120

98121
## Tooling Updates

0 commit comments

Comments
 (0)