File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,32 @@ it hit version 0.28 which added new functionality and improved existing:
128128[ fyrox_twitter ] : https://twitter.com/DmitryNStepanov
129129[ book ] : https://fyrox-book.github.io/
130130
131+ ### [ miniquad]
132+
133+ ![ ios-miniquad] ( ios_zemeroth.png )
134+ * [ zemeroth] ( github.com/ozkriff/zemeroth/ ) on the IOS simulator*
135+
136+ [ miniquad] is a pure Rust, cross-platform graphics library.
137+
138+ This month was about improving miniquad on mobile experience.
139+
140+ On IOS, miniquad got [ an article] ( https://macroquad.rs/articles/ios/ )
141+ on setting up developer environment, getting provision files etc.
142+ TLDR: even on the old mac/xcode, mini/macroquad based games could
143+ be built with
144+
145+ ``` rust
146+ cargo build -- target aarch64 - apple - ios && ios_deploy
147+ ```
148+
149+ No ios-specific code required and no need to deal with xcode projects.
150+
151+ For Android, miniquad got
152+ [ a writeup] ( https://www.patreon.com/posts/73600033 )
153+ on Java interop, AAB bundles and other Android specific internals.
154+
155+ [ miniquad ] : https://github.com/not-fl3/miniquad/
156+
131157## Learning Material Updates
132158
133159## Tooling Updates
You can’t perform that action at this time.
0 commit comments