Guitar tab viewer in Rust and Bevy, working on desktop and WASM.

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

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

    Draw 2D shapes in Bevy

  • It works rather smooth considering that I didn't put much time into it yet, mostly using bevy_prototype_lyon for the rendering, did create some helping logic to make the entity creating and updating easier to manage (any update to the shapes after creation need to replace it with a new one, so can be quite tedious), also some super basic layouting for grids and docking views.

  • FluidLite

    Very light version of FluidSynth designed to be hardware, platform and external dependency independent.

  • Using fluidlite to produce the audio on desktop, it's general midi compatible, works quite nice with bevy_kira_audio to create an audio stream in Bevy.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bevy_kira_audio

    A Bevy plugin to use Kira for game audio

  • Using fluidlite to produce the audio on desktop, it's general midi compatible, works quite nice with bevy_kira_audio to create an audio stream in Bevy.

  • notation

    A modern visual music notation, colorful and dynamic (by notation-fun)

  • Github Repo: https://github.com/notation-fun/notation

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