Festival v1.0.0 - A music player

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

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

    Music player

  • I took some "interesting" decisions like foregoing a database and just using plain struct's, Box<[T]>, and other std types to represent all the (meta)data internally. This came with a lot of pros/cons and eventually lead me down the rabbit-hole of doubly-linked structures, raw pointers, and self-referential structs (please Polonius make it happen). I ended up settling with indices to refer to data cheaply.

  • mpd

    Music Player Daemon

  • Eventually I'd like to continue with the other frontends I have planned, starting with festivald which will be a music daemon, similar to mpd.

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

    Pure Rust multimedia format demuxing, tag reading, and audio decoding library

  • Symphonia for an amazing audio library

  • egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  • egui for a GUI library that makes me cry when I want to layout something simple but provides very powerful manual control over things

  • rescrobbled

    MPRIS music scrobbler daemon

  • Forget scrobbling. Festival actually works wonders with rescrobbled.

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