I helped make this! Bevy 0.6 released: an ECS-first Rust game engine

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • winit

    Window handling library in pure Rust

    Rust offers a lot of really interesting benefits: - (theoretically) as fast as C++ or C - incredible tooling: cargo makes builds and package management trivial, testing is great, compiler messages are friendly, rust-analyzer is great - deep type magic through traits, which enables the pretty ECS syntax - borrow checker, which allows for safe automatic parallelism - a thriving (if young) gamedev ecosystem: we use winit and wgpu heavily, as they provide a wonderful platform-agnostic abstraction for input/window management and rendering - increased safety makes it faster and easier to develop both the engine and games without worrying about other people breaking the code in surprising ways

  • wgpu

    Cross-platform, safe, pure-rust graphics api.

    Rust offers a lot of really interesting benefits: - (theoretically) as fast as C++ or C - incredible tooling: cargo makes builds and package management trivial, testing is great, compiler messages are friendly, rust-analyzer is great - deep type magic through traits, which enables the pretty ECS syntax - borrow checker, which allows for safe automatic parallelism - a thriving (if young) gamedev ecosystem: we use winit and wgpu heavily, as they provide a wonderful platform-agnostic abstraction for input/window management and rendering - increased safety makes it faster and easier to develop both the engine and games without worrying about other people breaking the code in surprising ways

  • 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.

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