Skip to content

N39: miniquad #1191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions content/news/039/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,32 @@ it hit version 0.28 which added new functionality and improved existing:
[fyrox_twitter]: https://twitter.com/DmitryNStepanov
[book]: https://fyrox-book.github.io/

### [miniquad]

![ios-miniquad](ios_zemeroth.png)
*[zemeroth](github.com/ozkriff/zemeroth/) on the IOS simulator*

[miniquad] is a pure Rust, cross-platform graphics library.

This month was about improving miniquad on mobile experience.

On IOS, miniquad got [an article](https://macroquad.rs/articles/ios/)
on setting up developer environment, getting provision files etc.
TLDR: even on the old mac/xcode, mini/macroquad based games could
be built with

```rust
cargo build --target aarch64-apple-ios && ios_deploy
```

No ios-specific code required and no need to deal with xcode projects.

For Android, miniquad got
[a writeup](https://www.patreon.com/posts/73600033)
on Java interop, AAB bundles and other Android specific internals.

[miniquad]: https://github.com/not-fl3/miniquad/

## Learning Material Updates

## Tooling Updates
Expand Down
Binary file added content/news/039/ios_zemeroth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.