8000 N36: miniquad by not-fl3 · Pull Request #1112 · rust-gamedev/rust-gamedev.github.io · GitHub
[go: up one dir, main page]

Skip to content

N36: miniquad #1112

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
Aug 8, 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
20 changes: 20 additions & 0 deletions content/news/036/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,26 @@ Renet comes with [bevy_renet], a plugin for the Bevy engine, and also with
[bevy_renet]: https://github.com/lucaspoffo/renet/tree/master/bevy_renet
[renet_visualizer]: https://github.com/lucaspoffo/renet/tree/master/renet_visualizer

### [miniquad]

![miniquad fileopen](miniquad_gl2.gif)
*VirtualBox, gl2 as the only GPU accelaration available*

[miniquad] is a safe and cross-platform rendering library
focused on portability and low-end platform support.

This month [OpenGl 2.1/GLESv2][gl2pr] PR got merged, adding support for old
android phones, virtual machines, and just old computers.

While the PR itself is quite small, it solved a very old design issue:
[compatibilities proposal][mqcompat]. Fixing this issue opened the door for
both lower-end backends, like gl1, and higher-level backends. Metal being the
next in line.

[miniquad]: https://github.com/not-fl3/miniquad/
[gl2pr]: https://github.com/not-fl3/miniquad/pull/305
[mqcompat]: https://github.com/not-fl3/miniquad/pull/176

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
Binary file added content/news/036/miniquad_gl2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0