Message and File Dialogs have been added to #Cushy, my #RustLang GUI crate. I recorded a quick video giving an overview of the two new examples in the repository and the features they demonstrate
I've published a short devlog showing a basic clicker-type game written in #Cushy. In the end I've decided I'm not really as interested in designing these types of games as I am playing them, so I transitioned into publishing what I had and am hoping some people might eventually try using Cushy to build this type of game in #RustLang.
I wrote an example to help test full screen modes in #Cushy, and it inspired me to create a little dev log showing it off as well as some other related work.
I've been working on a simplified 2D kinematics library for #Rust. I've been also trying to build an editor with #Cushy, and it's been pretty fun.
Sure, I wish I had some more widgets implemented, but I'm also impressed with how great it's been to use in one of the most complex interfaces I've started building with it.
I've released #Cushy v0.3, a reactive GUI crate for #RustLang. It's been a while, so the changelog is pretty massive. It's still very much an alpha GUI framework, but it's made significant strides since v0.2.
I'm starting working on a blog post highlighting some of the changes and new features, which I'll of course post here when I've published it.
I wrote a REPL to play with #Cushy using Cushy. #rustlang https://youtu.be/Lam5ZoWSfhg
This was a fun experiment and isn't something I'm certain I'm going to keep pursuing. I just like writing languages for fun ๐คทโโ๏ธ
The last few days, I've worked on a new #RustLang crate "nominals" which aims to provide a no_std + no alloc way of formatting nominal identifiers across a wide variety of numeric and alphabetic systems. The embedded video shows #Cushy's new List widget utilizing this crate to create ordered lists.
Formatting of nominal identifiers in various languages (ordered list headings) - GitHub - khonsulabs/nominals: Formatting of nominal identifiers in various languages (ordered list headings)