can a 2d game be made with rust without a game engine?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • snake_pixels

  • Here I implemented Snake game with just pixels. I did it after following Snake with Bevy tutorial to see how much more or less difficult it would be. In my experience the code turned out a little bit longer, but conceptually simpler.

  • bevy_snake

    Clone of the snake game, with Bevy

  • Here I implemented Snake game with just pixels. I did it after following Snake with Bevy tutorial to see how much more or less difficult it would be. In my experience the code turned out a little bit longer, but conceptually simpler.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Platformer

    Learning webgpu in rust by making a simple platformer

  • My second rust project was a remake of the first level of an old gameboy game (https://github.com/ShamylZakariya/Platformer) and I didn't use an engine, just wgpu, and some libs to handle stuff like audio, xml parsing, etc.

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

  • Voronoi, Manhattan, random

    6 projects | dev.to | 26 Apr 2024
  • Bevy 0.12

    7 projects | news.ycombinator.com | 4 Nov 2023
  • Why is it so difficult to learn to use Bevy?

    3 projects | /r/bevy | 31 May 2023
  • GDScript is fine

    4 projects | /r/godot | 7 Apr 2023
  • Writing a Compiler and a Virtual Machine in Rust

    2 projects | /r/rust | 20 Mar 2023