Skip to content

tidymonkey81/propagator-draw

 
 

Repository files navigation

Propagator Draw

This is a propagator network simulator on top of tldraw. Play with it live here https://holograph-1.vercel.app/

Bidirectional temperature converter

To run

npm run dev

Propagator networks enable bi-directional computation via independently operating nodes. Propagators (rectangles) listen to changing inputs (circles), run code, and update connected outputs (circles). You can make your own here.

  • Put your variables in circles
  • Put your JS in rectangles (you can write a return or not)
  • Draw arrows from circles to squares with text that matches the variables
  • Draw arrows from squares sot the circles to be updated. There's lot of awesome stuff that can be made with these (maybe everything?).

Fun stuff to try and make:

  • A timer!
  • A conditional and switch
  • A new simulated universe

About

Propagator network simulator in tldraw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 15.2%
  • HTML 3.0%