smithay VS yofi

Compare smithay vs yofi and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
smithay yofi
19 4
1,630 316
8.1% -
9.6 6.4
3 days ago about 2 months ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

smithay

Posts with mentions or reviews of smithay. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • runa - a wayland compositor toolbox in Rust looking for collaborators
    4 projects | /r/linux | 28 Mar 2023
    Regarding smithay being production ready, it's bug tracker mentioned it does not implement "idle-inhibit" , iirc that means you can't watch a movie without the lock screen being activated, i would argue most people would not consider that a production ready library.
  • if I wanted to make a Tiling Window Manager in Rust, how would I go about it?
    3 projects | /r/linuxquestions | 26 Mar 2023
    https://github.com/Smithay/smithay may or may not be useful, depending on what exactly you want to do.
  • How to learn writing a Wayland compositor?
    6 projects | /r/rust | 25 Mar 2023
    Understand Wayland concepts: Familiarize yourself with the basic concepts and principles of Wayland. This will help you gain a solid understanding of how the system works. You can refer to the official Wayland documentation (https://wayland.freedesktop.org/docs/html/) and the Wayland book (https://wayland-book.com/). Learn Rust: If you're not already proficient in Rust, take some time to learn the language. The Rust Book (https://doc.rust-lang.org/book/) is a great place to start. Study existing Wayland compositors: Since you mentioned Anvil and smallvil, you can study their source code to gain insights into how they're designed and implemented. Try to understand the structure and how different components interact with each other. Dive into Smithay: Smithay (https://github.com/Smithay/smithay) is a Rust library for building Wayland compositors. Familiarize yourself with the library and its components. You can start by studying the provided examples and reading the API documentation. Learn graphics programming: Since you're interested in graphics effects, you'll need to learn about graphics programming concepts, such as shaders, framebuffers, and texturing. Vulkan (https://www.vulkan.org/) is a popular graphics API that you can use with Rust. Check out the following resources to learn more about Vulkan and graphics programming in Rust: Vulkan Tutorial (https://vulkan-tutorial.com/) gfx-rs (https://github.com/gfx-rs/gfx), a Rust graphics library Vulkano (https://github.com/vulkano-rs/vulkano), a safe, pure-Rust wrapper around the Vulkan API Start small: Break down the compositor project into smaller, manageable tasks. Begin by implementing basic functionality, like setting up a window and drawing simple shapes. Gradually add more features, such as input handling and window management. Ask for help: Join the Wayland and Rust communities to ask questions and seek advice. You can find them on forums, mailing lists, and chat platforms like Discord or IRC. The Wayland mailing list (https://lists.freedesktop.org/mailman/listinfo/wayland-devel) and the Rust programming subreddit (https://www.reddit.com/r/rust/) are good places to start. Iterate and experiment: As you progress, keep experimenting with different graphics effects and shaders. Try to implement the features you're interested in, such as blur, window previews, and window switching.
  • Ubuntu alternatives?
    4 projects | /r/linuxquestions | 17 Feb 2023
    Wayland compositor: https://github.com/Smithay/smithay
  • What would you rewrite in Rust?
    44 projects | /r/rust | 11 Feb 2023
  • Penrose 0.3.0 release announcement
    2 projects | /r/rust | 12 Nov 2022
  • Writing a Wayland compositor is MUCH harder than it should be
    8 projects | /r/linux | 24 Aug 2022
    There is also smithay which is used by system76 for their new wayland compositor.
  • Error when using wlroots.
    1 project | /r/rust | 13 Jul 2022
    fwiw, wlroots-rs is no longer maintained. Consider using smithay instead.
  • Is there a good tutorial for writing an X11 Tiling Window manager in Rust?
    8 projects | /r/rust | 26 Mar 2022
  • Building modern Desktop Ecosystem for UNIX-like Systems with Rust and Wayland.
    7 projects | /r/rust | 9 Feb 2022
    Hello! I would like to hear some suggestion and opinions from Rust community about building Wayland ecosystem in Rust based around Smithay and their Client Toolkit. I'm working with Wayland Compositors for over 2 years now (private projects) and wanted to move ahead from C++ to build modern Desktop Ecosystem and it's components (truly unique, not copies of macOS or Windows styles) like notification daemon, customizable desktop shell or powerful wallpaper daemon for any compositor which implements layershell protocol. Current idea is to create wallpaper daemon which uses WGPU to render shaders, images or gifs with comfort of high perofrmance renderer (still learning wgpu and it's slow process). For UI components I would like to use truly amazing KayakUI create which uses JSX-style syntax for designing widgets. Desktop Shell should provide plugins (most likely applied through WASM) for integrating various creates to get e.g. weather info or compositor integration etc.

yofi

Posts with mentions or reviews of yofi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-27.
  • Yofi A Minimalistic Application Launcher For
    3 projects | /r/swaywm | 27 Dec 2020
    So you want to pass argument(s) to the program, right? That's a little bit messy, because sometimes you want to launch an app that contains multiple words and another time an app with some arguments. Personally don't really like the implicit way of handling that (e.g. as it done in rofi), so I'd like to consider an explicit argument separation via special characters, take a look at this issue.
    1 project | /r/swaywm | 26 Dec 2020

What are some alternatives?

When comparing smithay and yofi you can also consider the following projects:

wayland-rs - Rust implementation of the wayland protocol (client and server).

sway-launcher-desktop - TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere

wl-clipboard-rs - A safe Rust crate for working with the Wayland clipboard.

waylock - A small screenlocker for Wayland compositors

eww - ElKowars wacky widgets

tuigreet - Graphical console greeter for greetd

polybar - A fast and easy-to-use status bar

wluma - Automatic brightness adjustment based on screen contents and ALS

crates.io - The Rust package registry

waycorner - Hot corners for Wayland. Create anchors in the corners of your monitors and execute a command of your choice.