@@ -104,6 +104,39 @@ For full details and a list of breaking changes, see the
104
104
[ tetra ] : https://github.com/17cupsofcoffee/tetra
105
105
[ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
106
106
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
+
107
140
## Popular Workgroup Issues in Github
108
141
109
142
<!-- Up to 10 links to interesting issues -->
0 commit comments