matrix

meta-meta 2021-12-02T23:26:16.000200Z

@meta-meta has joined the channel

meta-meta 2021-12-02T23:33:40.003400Z

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

kennytilton 2021-12-03T15:04:11.028400Z

Cool, btw. 🙂

meta-meta 2021-12-02T23:36:07.005Z

Looking for a suitable clojure library because I'm working with Arcadia which is a clojure-clr integration for the Unity game engine.

meta-meta 2021-12-02T23:39:46.006800Z

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.

meta-meta 2021-12-02T23:53:18.008200Z

Is there an example somewhere of https://github.com/kennytilton/matrix/tree/main/cljs/matrix being used outside of a DOM context?