Skip to content

Commit 979d76d

Browse files
authored
N36: miniquad (#1112)
1 parent 5fc5f34 commit 979d76d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/news/036/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,26 @@ Renet comes with [bevy_renet], a plugin for the Bevy engine, and also with
387387
[bevy_renet]: https://github.com/lucaspoffo/renet/tree/master/bevy_renet
388388
[renet_visualizer]: https://github.com/lucaspoffo/renet/tree/master/renet_visualizer
389389

390+
### [miniquad]
391+
392+
![miniquad fileopen](miniquad_gl2.gif)
393+
*VirtualBox, gl2 as the only GPU accelaration available*
394+
395+
[miniquad] is a safe and cross-platform rendering library
396+
focused on portability and low-end platform support.
397+
398+
This month [OpenGl 2.1/GLESv2][gl2pr] PR got merged, adding support for old
399+
android phones, virtual machines, and just old computers.
400+
401+
While the PR itself is quite small, it solved a very old design issue:
402+
[compatibilities proposal][mqcompat]. Fixing this issue opened the door for
403+
both lower-end backends, like gl1, and higher-level backends. Metal being the
404+
next in line.
405+
406+
[miniquad]: https://github.com/not-fl3/miniquad/
407+
[gl2pr]: https://github.com/not-fl3/miniquad/pull/305
408+
[mqcompat]: https://github.com/not-fl3/miniquad/pull/176
409+
390410
## Popular Workgroup Issues in Github
391411

392412
<!-- Up to 10 links to interesting issues -->

content/news/036/miniquad_gl2.gif

2.16 MB
Loading

0 commit comments

Comments
 (0)