Hello everyone I haven’t been very active in Crystal land recently, but since I got a few e-mails about MSYS2 and GTK4 + Crystal on Windows, I wrote a small blog post about it!
While it goes through the process of packaging Collision, it wasn’t successful functionality wise, so I won’t add it to UGCG yet. (Tbh the problem is probably fibers, I have to move to the new execution contexts and waitgroups from non-blocking-spawn when I get some free time)
Switched to execution contexts and it passes the calculation phase (but crashes when using the verifying function, something to debug later). Execution contexts are so game changing, I can’t believe they just work with no thread-safety issues (as far as I can tell)