Rust Windowing

Open-source Rust projects categorized as Windowing

Rust Windowing Projects

  1. winit

    Window handling library in pure Rust

    Project mention: Dioxus 0.6 – Crossplatform apps with Rust | news.ycombinator.com | 2024-12-11

    > Is this something Flutter doesn't do?

    Flutter does do this (at least to some extent) on Desktop/Mobile. It attempts to create a hidden DOM tree for accessibility on web. Which generally doesn't seem to be thought to work very well.

    > One of the most jarring experiences I have with Flutter Desktop was it lacked MacOS Emacs-style key bindings for text editing (ctrl-a, ctrl-e, etc.). Not sure if Dioxus solved this?

    Ah, we're nearly there on that one. We have a PR [0] accepted into Winit (the underlying windowing library we use) which will allow us to access those events. We're just waiting on Winit to do a new release and then we can integrate it into Dioxus.

    [0]: https://github.com/rust-windowing/winit/pull/3824)

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Windowing discussion

Log in or Post with

Rust Windowing related posts

  • Industry forms consortium to drive adoption of Rust in safety-critical systems

    2 projects | news.ycombinator.com | 14 Jun 2024
  • Linux version of Warp terminal is here

    4 projects | news.ycombinator.com | 22 Feb 2024
  • Can't get winit sample to compile

    1 project | /r/learnrust | 18 Oct 2023
  • Hey Rustaceans! Got a question? Ask here (28/2023)!

    2 projects | /r/rust | 12 Jul 2023
  • Hey Rustaceans! Got a question? Ask here (20/2023)!

    4 projects | /r/rust | 15 May 2023
  • File dialog with ImGui?

    1 project | /r/rust | 23 Apr 2023
  • Announcing async-winit, a new way to use winit as an async runtime

    1 project | /r/rust | 17 Apr 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 24 Apr 2025
    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. Learn more →

Index

# Project Stars
1 winit 5,220

Sponsored
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

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