nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.01k stars 53 forks source link

Add macroquad to Game Engines #49

Closed didibear closed 7 months ago

didibear commented 10 months ago

This adds macroquad (crate) to the list of game engines. Here are some resources:

nicoburns commented 10 months ago

Do you have any insight as how to macroquad differs to ggez, and when/why one might prefer to use one or the other? I'd prefer not to just list a bunch of options as the whole purpose of this site is to provide guidance as to which libraries people ought to use.

didibear commented 10 months ago

Do you have any insight as how to macroquad differs to ggez, and when/why one might prefer to use one or the other? I'd prefer not to just list a bunch of options as the whole purpose of this site is to provide guidance as to which libraries people ought to use.

Basically, I would say they are equivalent:

I personally tried both and prefer macroquad for its simplicity, such as this arkanoid example. I would recommend it for beginners.

What do you think of it ? :)