Approaches to splitting up main event loop handling for Rust GUI

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

    Rust bindings for the FLTK GUI library.

  • But becuase all of our messages are enum variants, we need to pattern match. The thing is, as our app grows in size, and we have 50, 80, 300+ different kinds of unique message variants, this pattern matching become increasingly cluttered and hard to navigate. Take this segment from the fltk-rs calculator example, where we handle messages sent by the various calculator buttons to mutate a value:

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