Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cd2ec3

Browse filesBrowse files
authored
N37: miniquad (rust-gamedev#1141)
1 parent 65e6b34 commit 8cd2ec3
Copy full SHA for 8cd2ec3

File tree

Expand file treeCollapse file tree

2 files changed

+23
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+23
-0
lines changed
1.51 MB
Loading

‎content/news/037/index.md

Copy file name to clipboardExpand all lines: content/news/037/index.md
+23Lines changed: 23 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.