Skip to content

Commit 2a0efa8

Browse files
committed
Newsletter 9: Add miniquad and macroquad updates
1 parent 4165fa6 commit 2a0efa8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

content/posts/newsletter-009/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,30 @@ If needed, a section can be split into subsections with a "------" delimiter.
5454

5555
## Library & Tooling Updates
5656

57+
### [miniquad]
58+
59+
![miniquad logo](miniquad_logo.png)
60+
`miniquad` project got a logo
61+
62+
Miniquad is safe and cross-platform rendering library focused on portability and low-end platforms support.
63+
64+
This month `miniquad` based games got recommended way to make sounds: [quad-snd].
65+
[Wasm demo]((https://not-fl3.github.io/miniquad-samples/mixer.html)), [source](https://github.com/not-fl3/quad-snd/blob/master/examples/mixer.rs)
66+
With [quad-snd] [good-web-game] now can run ggez [sounds](https://github.com/not-fl3/good-web-game/blob/audio/examples/sounds.rs) example. [WEB](https://not-fl3.github.io/miniquad-samples/sounds.html)
67+
68+
[good-web-game]: https://github.com/not-fl3/good-web-game
69+
[quad-snd]: https://github.com/not-fl3/quad-snd
70+
[miniquad]: https://github.com/not-fl3/miniquad
71+
72+
### [macroquad]
73+
74+
`macorquad` is minimalistic game framework on top of miniquad, strongly inspired by raylib.
75+
76+
This month `macroquad`'s rendering system got 2D custom cameras support. [Example source](https://github.com/not-fl3/macroquad/blob/master/examples/camera.rs).
77+
And `macroquad`'s UI system now support TTF fonts. [Online demo](https://not-fl3.github.io/miniquad-samples/ui.html), [source](https://github.com/not-fl3/macroquad/blob/master/examples/ui.rs)
78+
79+
[macroquad]: https://github.com/not-fl3/macroquad
80+
5781
## Popular Workgroup Issues in Github
5882

5983
<!-- Up to 10 links to interesting issues -->
13.9 KB
Loading

0 commit comments

Comments
 (0)