> I mean, I can follow ops intent to a general degree, it sounds interesting, but ..<p>Thanks for trying to meet me halfway. I hope I can bridge the gap.<p>The repository is the codebase for a GUI toolkit. It runs ruby scripts that make use of a custom templating language (like html), and a super class that provides similar component technology you'd likely find in vue or react. (Hokusai::Block).<p>When the ruby script is run from the binary built from the codebase (hokusai-pocket), it spawns a window with your application. There are releases for x86 linux, windows, and osx - and also arm64 linux. You just write your application, and run it with `hokusai-pocket run:target=app.rb`<p>The hokusai-pocket binary also include a command for publishing your application as a standalone binary for different platforms, but I'm currently working on that.<p>So all in all, it is a gui toolkit + runner that you can download for x86 linux, windows, and osx to dynamically run desktop applications.<p>I mentioned cutting its teeth on a photoshop clone. Here's a screenshot: <a href="https://file.skinnyjames.net/demo.gif" rel="nofollow">https://file.skinnyjames.net/demo.gif</a>