Skip to content

N17: macroquad #424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,39 @@ For full details and a list of breaking changes, see the
[tetra]: https://github.com/17cupsofcoffee/tetra
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md

### [macroquad]

![macroquad_profiling](macroquad-profiling.gif)
_Macroquad-profiler footage._

[macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM)
game framework built on top of [miniquad].

*Macroquad-particles*: [particles editor][particles-web] source code got
[released][particles-source].

*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]

*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]

*Podcast*: Macroquad was featured in the episode of the [Rust Game Dev Podcast][macroquad-interview]

[macroquad-interview]: https://rustgamedev.com/episodes/interview-with-fedor-logachev

[platformer-source]: https://github.com/not-fl3/macroquad/blob/master/examples/platformer.rs
[platformer-web]: https://not-fl3.github.io/miniquad-samples/platformer.html
[celeste-physics]: https://maddythorson.medium.com/celeste-and-towerfall-physics-d24bd2ae0fc5
[miniquad]: https://github.com/not-fl3/miniquad
[macroquad]: https://github.com/not-fl3/macroquad
[particles-web]: https://fedorgames.itch.io/macroquad-particles
[particles-source]: https://github.com/not-fl3/particles-editor
[profiling-blog]: https://not-fl3.github.io/platformer-book/profiling.html

## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.