Skip to content

Commit cc5b47f

Browse files
committed
N17: macroquad
1 parent 20c1c7c commit cc5b47f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

content/posts/newsletter-017/index.md

+26
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,32 @@ For full details and a list of breaking changes, see the
104104
[tetra]: https://github.com/17cupsofcoffee/tetra
105105
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
106106

107+
### [macroquad]
108+
109+
![macroquad_profiling](macroquad-profiling.gif)
110+
_Macroquad-profiler footage._
111+
112+
[macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM)
113+
game framework built on top of [miniquad].
114+
115+
*Macroquad-particles*: [particles editor][particles-web] source code got [released][particles-source].
116+
117+
*Macroquad-profiler*: new `telemetry` module was introduced exposing some frame timing data to any third-party visualisation tool. For in-game profiling data visualisation `macroquad-profiler` crate is available. [Blog post on profiling in macroquad][profiling-blog]
118+
119+
*Physics-platformer*: new optional crate based on Maddy Thorson's [Celeste and TowerFall Physics blogpost][celeste-physics] on platformers physics. [Web demo][platformer-web], [source-code][platformer-source]
120+
121+
*Podcast*: Macroquad was featured in the episode of the [Rust Game Dev Podcast][macroquad-interview]
122+
123+
[macroquad-interview]: https://rustgamedev.com/episodes/interview-with-fedor-logachev
124+
125+
[platformer-source]: https://github.com/not-fl3/macroquad/blob/master/examples/platformer.rs
126+
[platformer-web]: https://not-fl3.github.io/miniquad-samples/platformer.html
127+
[celeste-physics]: https://maddythorson.medium.com/celeste-and-towerfall-physics-d24bd2ae0fc5
128+
[macroquad]: https://github.com/not-fl3/macroquad
129+
[particles-web]: https://fedorgames.itch.io/macroquad-particles
130+
[particles-source]: https://github.com/not-fl3/particles-editor
131+
[profiling-blog]: https://not-fl3.github.io/platformer-book/profiling.html
132+
107133
## Popular Workgroup Issues in Github
108134

109135
<!-- Up to 10 links to interesting issues -->
Loading

0 commit comments

Comments
 (0)