2D game with barebone graphics library

This page summarizes the projects mentioned and recommended in the original post on /r/rust_gamedev

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. wgpu

    A cross-platform, safe, pure-Rust graphics API.

    Compare the basic examples to draw a simple shape like a triangle in wgpu (https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples/hello-triangle/main.rs), and in macroquad (https://github.com/not-fl3/macroquad/blob/master/examples/basic_shapes.rs).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. macroquad

    Cross-platform game engine in Rust.

    Compare the basic examples to draw a simple shape like a triangle in wgpu (https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples/hello-triangle/main.rs), and in macroquad (https://github.com/not-fl3/macroquad/blob/master/examples/basic_shapes.rs).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Decision paralysis: ggez or macroquad

    4 projects | /r/rust_gamedev | 9 Jul 2022
  • Why are there no simple graphics framworks?

    4 projects | /r/rust_gamedev | 29 Apr 2022
  • Best beginner-friendly 2D library

    2 projects | /r/rust | 3 Mar 2021
  • RustGameDev Podcast #4: Fedor Logachev (SHAR, miniquad, macroquad)

    4 projects | /r/rust_gamedev | 23 Dec 2020
  • Dioxus 0.6 – Crossplatform apps with Rust

    7 projects | news.ycombinator.com | 11 Dec 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?