komorebi VS smithay

Compare komorebi vs smithay 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
komorebi smithay
97 19
6,555 1,595
- 6.1%
9.4 9.6
6 days ago 7 days ago
Rust Rust
GNU General Public License v3.0 or later 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.

komorebi

Posts with mentions or reviews of komorebi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.
  • An app can be a home-cooked meal
    2 projects | news.ycombinator.com | 5 Jan 2024
    I love seeing whenever this is (re)posted.

    This article had such a huge impact on my life and led to me creating many pieces of software[1][2][3] that were hyper-specific to myself and my needs at the time, which also later found an audience in others who think and work in ways similar to me.

    [1]: https://notado.app - a "content-first" internet bookmarking and highlighting service which has been my second brain since 2020 after growing frustrated with Instapaper, Pinboard and Readwise. Eventually I expanded this to allow for RSS feed publishing on specific topics in an attempt to solve the "firehose" problem when following other peoples' bookmarks/shares, and at the end of last year I added what is now my most used feature of image generation from highlights for sharing on image-first/text-hostile social media platforms.

    [2]: https://github.com/LGUG2Z/komorebi - tiling window manager for Windows. There wasn't really anything fit for purpose on Windows when I started, and I was too spoiled by bspwm and yabai on Linux and macOS that I just had to write something before I could become a truly productive Windows user. I'm astonished that this now has 50k+ downloads.

    [3]: https://kulli.sh - I use this to aggregate comments from HN/Reddit/Lemmy/Lobsters on an article I'm interests in in one place to read. This has helped me find some interesting niche communities on Reddit and Lemmy who share and discuss things I'm interested in that I otherwise wouldn't have found.

  • Ask HN: What side projects landed you a job?
    62 projects | news.ycombinator.com | 3 Dec 2023
    It's very heartening to see all of the stories here.

    I've put the last few years of my life into working on komorebi, a tiling window manager for Windows[1], https://notado.app, a content-first social bookmarking service, and https://kulli.sh, a "bring your own links" comment aggregator which shows you comments from hn, reddit, lobsters, lemmy etc. on an article all in one place.

    Unfortunately I was laid off after 5 years with the same company last month, and nobody seems to care about any of these projects when it comes to recruiting. There are people who use them that have reached out to me very kindly offering to make referrals, but the job market values LeetCode more than shipping real code these days.

    [1]: https://github.com/LGUG2Z/komorebi

  • Update on the "fearless refactoring" post from last month: One regression found
    1 project | /r/rust | 12 Nov 2023
    In the spirit of full disclosure, I wanted to share that throughout the changeset of this refactor which included 11 files changed, 597 insertions, and 133 deletions (full diff here), a single regression was found due to a logic error I introduced.
  • Win-Vind: Vim powers with speed of thought in Windows 11
    5 projects | news.ycombinator.com | 11 Nov 2023
  • Tools to achieve a 10x developer workflow on Windows
    11 projects | dev.to | 8 Nov 2023
    The two biggest tiling window manager projects for Windows are komorebi and GlazeWM. Komorebi is probably faster and more resource efficient since it is written in Rust, but I stick with Glaze for now since it has a cool status bar built in I like.
  • Effect of Perceptual Load on Performance Within IDE in People with ADHD Symptoms
    7 projects | news.ycombinator.com | 14 Jul 2023
  • HOW DO I GET RID OF USING MY MOUSE?
    1 project | /r/olkb | 20 Jun 2023
    Not too many options for Windows OS, but this one looks decent: https://github.com/LGUG2Z/komorebi.
  • Full windows wsl setup or linux dual boot?
    1 project | /r/bashonubuntuonwindows | 5 May 2023
  • Komorebi live programming - Win11 TWM built on windows-rs - Looking for contributors!
    1 project | /r/rust | 25 Apr 2023
    It's been a while since I last posted here. Since my last post, komorebi passed 3k stars on GitHub, became the most starred Windows twm of all time (surpassing bug.n!) and crossed 20k downloads.
  • More ads in Windows 11 Start Menu could be last straw for some
    2 projects | news.ycombinator.com | 18 Apr 2023
    This is pretty depressing. I'm pretty involved in the ricing side of the Windows ecosystem[1] and there is a lot of work going on in this space to allow users to get rid of the start bar entirely and replace it with something more functional. I would love for the day when there could just be a user friendly drop-in replacement.

    [1]: I develop one of the two main Windows twms (https://github.com/LGUG2Z/komorebi)

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.

What are some alternatives?

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

glazewm - GlazeWM is a tiling window manager for Windows inspired by i3 and Polybar.

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

leftwm - A tiling window manager for Adventurers

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

bug.n - Tiling Window Manager for Windows

yofi - yofi is a minimalistic menu for wayland

workspacer - a tiling window manager for Windows

waylock - A small screenlocker for Wayland compositors

hidamari - Video wallpaper for Linux. Written in Python. 🐍

eww - ElKowars wacky widgets

win3wm - A Tiling Window Manager for windows 10, Inspired by i3wm

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