Comment by rtkwe

3 days ago

The difficulty with that is there's no code or instructions to build your own so despite being "more open than open source" you're stuck implementing it from scratch if you want to make your own. Even if you can make the trek out the the current instance you can't take it home because there's still the core interpreter you need to run on a regular system to read the cameras, recognize the feducial marks, run the interpreter, and output that to the projectors that isn't immediately replicable.

I love the project but it's nearly a decade old and still lives in one location or places Bret's directly collaborated with like the biolab. [0]

[0] https://dynamicland.org/2023/Improvising_cellular_playground...

Folk.computer (https://folk.computer) is an open source version of DL-like system, and even though the code uses TCL it's pretty easy to reimplement any bits you see in the DynamicLand archives (I've done this). For example, the code in the video here https://dynamicland.org/archive/2022/Knobs can be 1-1 translated into TCL and it works the same.

If you really wanted to play around with similar ideas it doesn't take a needing to do a full reimplemention of the reactive engine.