Sharing Saturday #418

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. bracket-lib

    The Roguelike Toolkit (RLTK), implemented for Rust.

    Bracket-Terminal/RLTK for Bevy Github Branch | Twitter | Patreon

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rust-game-ports

    Official host of games ported using Rust game libraries.

    In order to do that, I needed a solid way to bridge the gap between Bracket-lib and Bevy. 64kramsystems has done an amazing job of porting Hands-on Rust to Bevy - it's really great! It still uses bracket-lib for the rendering, but shows you how you can use Bevy as just the ECS. I decided to go a step further, and get bracket-lib running as a first-class Bevy citizen. Thus, bracket-bevy was born.

  4. bevy

    A refreshingly simple data-driven game engine built in Rust

    I ran straight into a wall: Bevy didn't work with meshes that provides both color and texture information in a single mesh. It almost worked, but the included example had you write a huge custom rendering pipeline. Poking around the source, I discovered that Bevy was almost there---it just needed a bit of shader help. So I submitted my first ever PR to Bevy to provide what I needed. It's been merged, and should be in the next 0.8 release.

  5. BevyRoguelike

    Roguelike game using Rust and the Bevy engine

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

  • What are the disadvantages of Rust?

    3 projects | /r/rust | 2 Feb 2023
  • And it was surprisingly easy to install and get going, too...

    2 projects | /r/ProgrammerHumor | 29 Jan 2023
  • Bevy 0.9: data oriented game engine built in Rust

    6 projects | /r/gamedev | 12 Nov 2022
  • Question on Queries / With

    2 projects | /r/bevy | 24 Oct 2022
  • How to create collisions ?

    2 projects | /r/bevy | 13 Jul 2022

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