Can't decide on a programming language for multiple reasons

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • revery

    :zap: Native, high-performance, cross-platform desktop apps - built with Reason!

  • OCaml has actually put some decent effort into good GUI libraries, such as https://github.com/revery-ui/revery.

  • egui

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

  • If you don’t mind just drawing into a rectangle (without native UI components), more options open up. There’s plenty of Rust libraries for just drawing into a buffer. Like https://github.com/emilk/egui, which does provide UI components, just not native one.

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

    Build smaller, faster, and more secure desktop applications with a web frontend.

  • Native GUI programming in Rust seems immature from last I checked, but maybe the situation is better than I remember. There’s Tauri. Unfortunately it’s still kinda web-based like Electron, but an improvement still. It uses native webviews and almost everything will be running in Rust, so it may be decently efficient.

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

  • Clog – The Common Lisp Omnificent GUI

    6 projects | news.ycombinator.com | 10 Nov 2021
  • Servo, the parallel browser engine written in Rust

    11 projects | news.ycombinator.com | 27 May 2023
  • Is RUST a good choice for building web browsers?

    6 projects | /r/rust | 27 May 2023
  • how to start building desktop application with rust for newbie

    2 projects | /r/rust | 19 May 2023
  • Tridify-rs 0.2.2 released: A fast, simple and low level rendering framework

    4 projects | /r/rust | 22 Apr 2023