Skip to content

Commit 1498f82

Browse files
N39: miniquad (#1191)
Co-authored-by: Joe Clay <[email protected]>
1 parent 314665c commit 1498f82

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

content/news/039/index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,34 @@ it hit version 0.28 which added new functionality and improved existing:
223223
[fyrox_twitter]: https://twitter.com/DmitryNStepanov
224224
[book]: https://fyrox-book.github.io/
225225

226+
### [miniquad]
227+
228+
![ios-miniquad](ios_zemeroth.png)
229+
*[zemeroth](github.com/ozkriff/zemeroth/) on the iOS simulator*
230+
231+
[miniquad] is a pure Rust, cross-platform graphics library.
232+
233+
This month was about improving miniquad on mobile experience.
234+
235+
On iOS, miniquad got [an article](https://macroquad.rs/articles/ios/)
236+
on setting up the developer environment, getting provisioning files,
237+
etc.
238+
239+
TL;DR: even on old Macs/Xcode, mini/macroquad-based games can
240+
be built with
241+
242+
```rust
243+
cargo build --target aarch64-apple-ios && ios_deploy
244+
```
245+
246+
No iOS-specific code required and no need to deal with Xcode projects.
247+
248+
For Android, miniquad got
249+
[a writeup](https://www.patreon.com/posts/73600033)
250+
on Java interop, AAB bundles and other Android specific internals.
251+
252+
[miniquad]: https://github.com/not-fl3/miniquad/
253+
226254
## Learning Material Updates
227255

228256
### WGPU Wiki

content/news/039/ios_zemeroth.png

251 KB
Loading

0 commit comments

Comments
 (0)