File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,30 @@ it hit version 0.28 which added new functionality and improved existing:
128
128
[ fyrox_twitter ] : https://twitter.com/DmitryNStepanov
129
129
[ book ] : https://fyrox-book.github.io/
130
130
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
+ ``` rust
145
+ cargo build -- target aarch64 - apple - ios && ios_deploy
146
+ ```
147
+ No ios-specific code required and no need to deal with xcode projects.
148
+
149
+ For Android, miniquad got
150
+ [ a writeup] ( https://www.patreon.com/posts/73600033 )
151
+ on Java interop, AAB bundles and other Android specific internals.
152
+
153
+ [ miniquad ] : https://github.com/not-fl3/miniquad/
154
+
131
155
## Learning Material Updates
132
156
133
157
## Tooling Updates
You can’t perform that action at this time.
0 commit comments