Skip to content

N19: macroquad #515

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 1 commit into from
Mar 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
27 changes: 27 additions & 0 deletions content/posts/newsletter-019/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,33 @@ Notable changes:

## Engine Updates

### [macroquad]

![macroquad_gui](macroquad_skins.gif)
_Macroquad-UI runtime GUI skins configuration._

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

This month biggest update: Macroquad got its own fully skinnable and
customizable immediate mode UI system 🎉.
The new system took origins from heavily refactored [megaui] and support
custom font sizes, fonts and skins for each UI element.
While work is still in progress, all important decisions were made and
implementation [PR][macroquad-ui-pr] got merged.

Minor updates:

- [Textures support][macroquad-textures-pr] for macroquad materials
- Experimental 2D pan/zoom camera [implementation][macroquad-camera-pr]

[megaui]: https://github.com/not-fl3/megaui
[miniquad]: https://github.com/not-fl3/miniquad
[macroquad]: https://github.com/not-fl3/macroquad
[macroquad-ui-pr]: https://github.com/not-fl3/macroquad/pull/156
[macroquad-textures-pr]: https://github.com/not-fl3/macroquad/pull/152
[macroquad-camera-pr]: https://github.com/not-fl3/macroquad/pull/146

### [Tetra]

![Tetra's demo game](./tetra.png)
Expand Down
Binary file added content/posts/newsletter-019/macroquad_skins.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.