Skip to content

N16: miniquad/macroquad #394

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 4 commits into from
Dec 7, 2020
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
29 changes: 29 additions & 0 deletions content/posts/newsletter-016/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,35 @@ rich text (bold, italic, underline, size and some layout improvements).
[KAS-text]: https://github.com/kas-gui/kas-text
[@dhardy]: https://github.com/dhardy

### [miniquad]

![miniquad_wayland](miniquad_kms.gif)
_Miniquad running on raspberry pi 4 with a SPI screen._

[miniquad] is cross-platform windowing and rendering library.

This month [KMS] [PR][kms-pr] landed on miniquad.
Now miniquad can run on without neither X11 or Wayland,
right on the linux kernel with KMS.

[miniquad]: https://github.com/not-fl3/miniquad
[KMS]: https://www.kernel.org/doc/html/v4.15/gpu/drm-kms.html
[kms-pr]: https://github.com/not-fl3/miniquad/pull/158

### [macroquad]

![macroquad_particles](macroquad_particles.gif)
_Small editor footage._

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

This month macroquad got particle system editor aiming for simple 2d pixel-art
style effects: [try it out online here][macroquad-particles].

[macroquad]: https://github.com/not-fl3/macroquad
[macroquad-particles]: https://fedorgames.itch.io/macroquad-particles

### [Dotrix]

![Animated low-poly character rendered by Dotrix](dotrix-rendering.png)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/posts/newsletter-016/miniquad_kms.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.