nicoburns / blessed-rs

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

Add macroquad to Game Engines #49

Closed didibear closed 1 year ago

didibear commented 1 year ago

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

nicoburns commented 1 year 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 1 year 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 ? :)