Macroquad port #7

Closed
opened 2025-04-09 15:00:04 +00:00 by tcsenpai · 0 comments
Owner

Originally created by @JanNeuendorf on 1/5/2025

I ported the gui to the macroquad crate.
This has the following advantages:

  • We can easily draw text. This means we can show the number of instructions on screen.
  • The filter mode can be set to linear for a different look.
  • The dependencies are a lot cleaner now. Just depending on the latest stable version of macroquad makes it a lot more likely that the app builds properly on different platforms (and will continue to do so in the future).

I also use the gilrs crate directly for the gamepad input.

*Originally created by @JanNeuendorf on 1/5/2025* I ported the gui to the macroquad crate. This has the following advantages: - We can easily draw text. This means we can show the number of instructions on screen. - The filter mode can be set to linear for a different look. - The dependencies are a lot cleaner now. Just depending on the latest stable version of macroquad makes it a lot more likely that the app builds properly on different platforms (and will continue to do so in the future). I also use the gilrs crate directly for the gamepad input.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SVC16#7
No description provided.