An image of multiple logos and app icons for an app called Starfold
Some app icon alternatives for Starfold (an org-mode app I'm building)
An image of multiple logos and app icons for an app called Starfold
Some app icon alternatives for Starfold (an org-mode app I'm building)
It's super nice! I use them a lot as well. Works great for todo keywords in org-mode
How do people feel about the EUPL? I'm trying to decide on a copyleft license for my org-mode iOS app, and it seems pretty great to me. I'm also considering GPL, but it's not really compatible with the App Store and it's unclear to me what is actually required to handle that correctly
Oh nice! I’ll check that out
It's probably riddled with errors, but I find it fascinating that it just takes around 150 instructions to create a display driver that renders something to the screen github.com/rechsteiner/...
It's a bit of silly (and tedious) project, but I learned a ton doing this. I had tinkered with embedded development using Arduino and Rust before, but struggled to understand what was going on behind the scenes. By removing everything else in the stack, it really demystified a lot of things for me
A while back I made this little weaving pattern machine, using only ARM 32-bit assembly. It has a tiny keyboard that lets you create and edit weaving patterns. It's made for the STM32 microcontroller, but also has its own emulator in Rust github.com/rechsteiner/...
How do you feel about Swift for game development? With the new data-race safety guarantees, combined with automatic reference counting, it sounds like it could be a good match
Works great for corfu popups as well!
Added a little offset when opening recursive minibuffers. I've always found it a bit difficult to see if I'm in a nested minibuffer or not
This looks really neat! An HTTP client in Emacs, similar to postman. I've been using restclient.el before, but I really like how this is built on top of org-mode github.com/federicotdn/...
Playing around with a custom NSWindow appearance style for posframes in Emacs. I've tried centering the minibuffer before, but I've always felt it blended too much with the background. Adding a little corner radius and shadow really makes a difference
Cycling between collapsed states in Starfold. It's all manually animated using Core Animation, which means everything gets GPU accelerated. Took a lot of time to get it right, especially with interruptible animations, but it ended up really smooth
Photo of the parsed syntax-tree for an org-mode editor
It's a native iOS app built using TextKit 2 and Core Animation. The core of the editor is made in Rust, using on the excellent github.com/PoiScript/or... parser. It provides a github.com/rust-analyze... syntax-tree of the entire document, making it easy to do structured editing operations
Been working on a rich text editor for org-mode over the last year or so, and it's really starting to come together