Levans' workshop

Experiments and thoughts about Machine Learning, Rust, and other stuff...

#wayland Articles


Smithay is Live

Finally, it was done last week, Smithay has its own website. Over the past months, I've moved my wayland-related projects to the Github Smithay Org, and after a lot of work on smithay (the crate) itself with @drakulix, we've released the 0.1 version! This is a great milestone for …

  • Tue 27 September 2016
  • Rust
  • en

Wayland libs 0.7, and a 3rd rewrite

This blog post is about the new design of my wayland libs. It's not a tutorial, but rather about the design choices I made, and why I made them. I'll start with a quick recap of what wayland is, from an API & protocol point of view. If you already know …

  • Mon 30 November 2015
  • Rust
  • en

Using Wayland from Rust, Part 1

Hi all. During the past few months, I've been working on some crates for using Wayland in Rust. Now, they have reached a step that I could call "mostly usable": not yet finished, but a good basis to start using them. So I'm writing this note to present them, and …