@meta-meta has joined the channel
This may be a no-go because I'll be working with clojure-clr, but I'm looking for a DAG data-flow engine (I think) and this seems to be the liveliest of clojure projects in that territory. I'm a React dev for 6 or 7 years and I develop VR music software in my free time. I'm looking to implement something like this: https://youtu.be/dWbm9AzgDxw?t=101
Cool, btw. 🙂
Looking for a suitable clojure library because I'm working with Arcadia which is a clojure-clr integration for the Unity game engine.
I need something that manages DAG data-flow and some way to observe updates to each cell so I can reflect changes in the UI. Each cell would be represented by some interactive game object.
Is there an example somewhere of https://github.com/kennytilton/matrix/tree/main/cljs/matrix being used outside of a DOM context?