[ANN] Rivulet Window Manager
Haskell Community [Unofficial]
April 13, 2026
Oh huh, there’s dozens of us!
I’ve made some progress on directly implementing a compositor and this week pivoted to basing it on river rather than a whole compositor. You’ve got a lot further than I have.
One of the insights I’ve had is that the callback based mechanism generated by wayland-scanner does not feel very Haskell-y and forces IO everywhere. I’ve instead been building an event stream that feels more natural, and will allow unit testing the pure bits of the code.
Let me know if you’d like to collaborate or if I can help out with something.
Discussion in the ATmosphere