File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Original file line number Diff line number Diff line change @@ -223,6 +223,34 @@ it hit version 0.28 which added new functionality and improved existing:
223
223
[ fyrox_twitter ] : https://twitter.com/DmitryNStepanov
224
224
[ book ] : https://fyrox-book.github.io/
225
225
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
+
226
254
## Learning Material Updates
227
255
228
256
### WGPU Wiki
You can’t perform that action at this time.
0 commit comments