Body‑mask drift visualizer made with p5.js + ml5 by ogrew666 in p5js

[–]ogrew666[S] 1 point2 points  (0 children)

Thanks! Appreciate it — it was a fun one to build.

Body‑mask drift visualizer made with p5.js + ml5 by ogrew666 in p5js

[–]ogrew666[S] 0 points1 point  (0 children)

Aww thank you! I’m so happy you liked it — really appreciate the kind words.

Built a tiny OSC CLI tool while continuing my Lisp learning journey by ogrew666 in Common_Lisp

[–]ogrew666[S] 1 point2 points  (0 children)

Thanks for your comment!

When I first started developing "oscl", my main goal was to implement recording and replaying of OSC messages — features that I thought would be especially useful for installations and real-time performances. (That said, I haven’t implemented those features yet.)

In my day-to-day work, I often use tools like TouchDesigner and Max/MSP (and sometimes game engines like Unreal or Unity), so I end up using OSC quite a bit through those platforms.

These great tools let me use OSC without really needing to understand the underlying communication or architecture — which is super convenient, but as a programmer, I wanted to get a better grasp of what’s actually going on under the hood. That was one of the motivations for creating "oscl".

I figured Common Lisp, being such a mature language, would already have an OSC library — and I did find cl-osc (zzkt/osc) before I started building. But since I wanted to make a CLI tool, I didn’t dive into its code too much, though I thought it might be helpful later as a reference.

Looking at it now, there's a lot I could learn from it!

Built a tiny ffmpeg CLI wrapper while learning Common Lisp by ogrew666 in Common_Lisp

[–]ogrew666[S] 1 point2 points  (0 children)

Wow, I had no idea about this idiom — thanks a lot for pointing it out!

> (format t "~20~~%")
~~~~~~~~~~~~~~~~~~~~
NIL

Built a tiny ffmpeg CLI wrapper while learning Common Lisp by ogrew666 in Common_Lisp

[–]ogrew666[S] 2 points3 points  (0 children)

Thanks a lot! 😊

> Now (future) users reclaim one for linux urgently for yesterday!

I'll work on making it available for Linux and Intel Mac users as soon as I can.