Masonry 0.1 (Rust GUI framework)

When I see the landscape of native GUI in 2022, I feel like something is missing. Read more

Similar

(Risp (In (Rust) (Lisp)))

Many years ago, Peter Norvig wrote a beautiful article about creating a lisp interpreter in Python. It’s the most fun tutorial I’ve seen, not just because it teaches you about my favorite language ... (more…)

Read more »

Efficient custom shapes in QtQuick with Rust

One of the advantages of QWidgets when building a Qt application is the ability to build in a simple way custom widgets with the QPainter API. This gives the Qt developer almost total freedom to implement complex geometries for their widgets. On the other... (more…)

Read more »