@@ -104,6 +104,39 @@ 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
116+ [ released] [ particles-source ] .
117+
118+ * Macroquad-profiler* : new ` telemetry ` module was introduced exposing some frame
119+ timing data to any third-party visualisation tool. For in-game profiling data
120+ visualisation ` macroquad-profiler ` crate is available.
121+ [ Blog post on profiling in macroquad] [ profiling-blog ]
122+
123+ * Physics-platformer* : new optional crate based on Maddy Thorson's [ Celeste and
124+ TowerFall Physics blogpost] [ celeste-physics ] on platformers physics.
125+ [ Web demo] [ platformer-web ] , [ source-code] [ platformer-source ]
126+
127+ * Podcast* : Macroquad was featured in the episode of the [ Rust Game Dev Podcast] [ macroquad-interview ]
128+
129+ [ macroquad-interview ] : https://rustgamedev.com/episodes/interview-with-fedor-logachev
130+
131+ [ platformer-source ] : https://github.com/not-fl3/macroquad/blob/master/examples/platformer.rs
132+ [ platformer-web ] : https://not-fl3.github.io/miniquad-samples/platformer.html
133+ [ celeste-physics ] : https://maddythorson.medium.com/celeste-and-towerfall-physics-d24bd2ae0fc5
134+ [ miniquad ] : https://github.com/not-fl3/miniquad
135+ [ macroquad ] : https://github.com/not-fl3/macroquad
136+ [ particles-web ] : https://fedorgames.itch.io/macroquad-particles
137+ [ particles-source ] : https://github.com/not-fl3/particles-editor
138+ [ profiling-blog ] : https://not-fl3.github.io/platformer-book/profiling.html
139+
107140## Popular Workgroup Issues in Github
108141
109142<!-- Up to 10 links to interesting issues -->
0 commit comments