Skip to content

Commit 164d8ef

Browse files
not-fl3ozkriff
andauthored
N17: macroquad (#424)
* N17: macroquad * N17: macroquad: Style tweaks Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 58e55f5 commit 164d8ef

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

content/posts/newsletter-017/index.md

+37
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,43 @@ For full details and a list of breaking changes, see the
488488
[tetra]: https://github.com/17cupsofcoffee/tetra
489489
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
490490

491+
### [macroquad]
492+
493+
![macroquad_profiling](macroquad-profiling.gif)
494+
_Macroquad-profiler footage._
495+
496+
[macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM)
497+
game framework built on top of [miniquad].
498+
This month's updates:
499+
500+
- The source code of the previously announced [particles editor][particles-web]
501+
got [released][particles-source].
502+
503+
- A new `telemetry` module was introduced exposing
504+
the frame timing data to any third-party visualisation tool.
505+
For in-game profiling data visualisation the `macroquad-profiler` crate
506+
is available.
507+
508+
[A new book chapter "Profiling" was released][profiling-blog]
509+
with more information on the subject.
510+
511+
- `physics-platformer` is a new optional crate based on Maddy Thorson's
512+
["Celeste and TowerFall Physics" blogpost][celeste-physics] on platformers physics:
513+
[web demo][platformer-web], [source code][platformer-source].
514+
515+
- Also, macroquad was featured in the episode
516+
of the [Rust GameDev Podcast][macroquad-interview].
517+
518+
[macroquad-interview]: https://rustgamedev.com/episodes/interview-with-fedor-logachev
519+
[platformer-source]: https://github.com/not-fl3/macroquad/blob/master/examples/platformer.rs
520+
[platformer-web]: https://not-fl3.github.io/miniquad-samples/platformer.html
521+
[celeste-physics]: https://maddythorson.medium.com/celeste-and-towerfall-physics-d24bd2ae0fc5
522+
[miniquad]: https://github.com/not-fl3/miniquad
523+
[macroquad]: https://github.com/not-fl3/macroquad
524+
[particles-web]: https://fedorgames.itch.io/macroquad-particles
525+
[particles-source]: https://github.com/not-fl3/particles-editor
526+
[profiling-blog]: https://not-fl3.github.io/platformer-book/profiling.html
527+
491528
### [starframe]
492529

493530
![Current state of starframe graphics and physics](starframe.gif)
Loading

0 commit comments

Comments
 (0)