Skip to content

N34: miniquad #1052

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 4 commits into from
Jun 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
21 changes: 21 additions & 0 deletions content/news/034/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,27 @@ who wants to learn how to use the engine should check the new
[fyrox_twitter]: https://twitter.com/DmitryNStepanov
[platformer_tutorial]: https://fyrox-book.github.io/fyrox/tutorials/platformer/part1.html

### [miniquad]

[![diff](miniquad_pr.png)][miniquad-pr]

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

[The biggest PR in miniquad's history][miniquad-pr] landed this month, finishing
the effort of removing all the `sapp` legacy.

Changes includes:

- No more `sapp-*` crates. Now it's just one crate, miniquad!
No mess with individual crates any more, no FFI for
miniquad - sapp communication.
- On Linux, miniquad does not depend/statically link with lib*-dev packages.
Miniquad can choose between glx/egl, x11/wayland at runtime.
- MacOS implementation does not depend on any Objective C code anymore.

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

## Learning Material Updates

### [Intro to Material/Shaders in Bevy][bevy-materials-playlist]
Expand Down
Binary file added content/news/034/miniquad_pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.