workspacer VS yatta

Compare workspacer vs yatta and see what are their differences.

yatta

A tiling window manager for Windows 10 based on binary space partitioning (by LGUG2Z)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
workspacer yatta
15 10
1,582 141
1.4% -
7.1 6.5
4 months ago over 2 years ago
C# 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.

workspacer

Posts with mentions or reviews of workspacer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-17.

yatta

Posts with mentions or reviews of yatta. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-22.
  • How useful is Rust for quick prototyping++?
    7 projects | /r/rust | 22 Sep 2021
    I used Rust to prototype a new window manager in public and I found it very productive, easy to iterate on and make large changes without worrying about breaking anything.
  • komorebi: A tiling window manager for Windows written in Rust
    4 projects | /r/programming | 10 Aug 2021
    Thanks! I had a look through the latest commit that you pushed to grist, and I noticed you handling errors from windows-rs in a similar way as I was doing in a previous project (yatta.
  • Komorebi: Another tiling window manager for Windows 10 based on binary space partitioning
    6 projects | /r/rust | 6 Aug 2021
    In general, I feel a lot better about this code base, the choice of data structures, and particularly the added safety around how I am calling unsafe Windows APIs in cleaner ways that allow me to propagate and handle errors when responding to WinEvents or socket commands (compare this mishmash to this much cleaner module!)
  • I found interesting to find that Microsoft has Rust as one of the main "Develoipment paths" to development on Windows.
    5 projects | /r/rust | 16 Jul 2021
    I wrote my very first window manager for Windows 10 in Rust earlier this here, I built it from the ground up using the new windows-rs crate. It was my first time developing anything for Windows and I was pleasantly surprised with the quality of the MS documentation ecosystem, and I also had a lot of great example code to learn from thanks to other projects like nog.
  • Rust for Windows: Getting Started
    1 project | /r/rust | 18 Feb 2021
    I am using this crate for a relatively non-trivial project (tiling window manager) and it has been pretty painless to use so far. From time to time, there will be an API or a type that is marked as not yet implemented, or an instance where the metadata it is generated from is incorrect, but the maintainer is helpful and responsive in my experience.
  • Yatta: A tiling window manager for Windows 10 based on binary space partitioning
    5 projects | /r/Windows10 | 12 Feb 2021
    https://github.com/LGUG2Z/yatta/commit/87bc73eaa4f6ba7d00dbab2a6fb100f060b88ed8 Creating window floating rules based on partial title matching is added with this commit
  • Switching to Windows
    4 projects | news.ycombinator.com | 11 Feb 2021
    I started working on yatta for Windows 10 because I was missing yabai and bspwm after I started working from a Windows 10 desktop last year.

    I made a post about it on the Rust subreddit yesterday looking for more contributors: https://old.reddit.com/r/rust/comments/lh4uyq/yatta_bsp_tili...

    It's still early days, but it has automatic tiling, gap control, focus switching, directional moving and tree orientation toggling and you can use AHK or any other hotkey daemon to manage your keybindings.

    You still have to build it from source at the moment, but I'm hoping to have it installable via the Scoop package manager in a month or two.

    https://github.com/LGUG2Z/yatta

  • [yatta] Windows 10 BSP TWM - looking for contributors
    2 projects | /r/unixporn | 10 Feb 2021
    I spent a couple of days hacking away to get something that works on Windows 10 with the bare minimum TWM functionality that my hands are used to, and I've managed to throw together Yatta: https://github.com/LGUG2Z/yatta (there is a demo gif on the readme).

What are some alternatives?

When comparing workspacer and yatta you can also consider the following projects:

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

leftwm - A tiling window manager for Adventurers

komorebi - A tiling window manager for Windows 🍉

PaperWM - Tiled scrollable window management for Gnome Shell

komorebi - A beautiful and customizable wallpapers manager for Linux

bug.n - Tiling Window Manager for Windows

winsafe-examples - Examples of native Windows applications written in Rust with WinSafe.

material-shell - A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.

nog - A tiling window manager for Windows

phoenix - A lightweight macOS window and app manager scriptable with JavaScript

clap-rs - A full featured, fast Command Line Argument Parser for Rust