Building Zerocalc, part V - Iced UI, subscriptions, and code release!

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. iced

    A cross-platform GUI library for Rust, inspired by Elm

    This sounds similar to displaying the clock on the screen which also is updated periodically. Luckily the Iced library comes with the clock example that shows how to do exactly that. Following the example we define the subscription method that will produce Evaluate messages every 250ms:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. zerocalc

    Notepad-like calculator

    Full source code created while writing this series is available on GitHub under MIT license: https://github.com/michal1024/zerocalc

  4. winit

    Window handling library in pure Rust

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

  • Cosmic Alpha Released

    10 projects | news.ycombinator.com | 28 Aug 2024
  • Fyrox Game Engine – a Rust game engine with a real editor and scripting system

    1 project | news.ycombinator.com | 26 Apr 2024
  • Fyrox - A feature-rich game engine built in Rust.

    1 project | /r/opensource | 14 Sep 2023
  • Fyrox Game Engine 0.31 is Out with Major Improvements in its Editor

    1 project | /r/Boiling_Steam | 27 Jul 2023
  • Vizia: A declarative GUI library written in Rust

    1 project | news.ycombinator.com | 5 Jul 2023

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