1. 23
  1. 2

    Very nice. Too bad it’s JSX-focused (and leaving out a lot of non-JSX frameworks).

    1. 5

      Actually all the JSX is 100% optional and there isn’t any in the core packages. The equivalent of React.createElement in Live was designed to be ergonomic.

      1. 1

        Ah, that’s great then! I didn’t dig deep into the docs and all the example code I’ve managed to get looked like jsx.

    2. 1

      This is awesome!

      I tried something similar and much simpler for webgl2 but lost interest at some point after a couple of not so good design decisions.

      Use.Gpu is inspiring work, jumping into it right away!

      1. 1

        Where do I learn creating such nice GPU (fluid) sims ? Can’t say why but it always feels like you just have to know.

          1. 1

            Thanks! Maybe it’s time to finally read a book again ;)