You are viewing archived messages.
Go here to search the history.

Oleksandr Kryvonos 2023-04-20 11:25:03

I am back with another attempt for AST editor, now it will be more in Scratch and Haxe style,

  • you have sockets
  • sockets can have symbol value or another AST-node
  • AST is transpiled to JS, [more languages support in the future]
  • there is no baby-sitting here - you can end up with incorrect code if you are not careful
Paul Tarvydas 2023-04-20 16:42:01

maybe relevant? knee-jerk observations: AST+JS == Ohm-JS. Tree of nodes == Kinopio (esp. the “/” node marker).

Oleksandr Kryvonos 2023-04-20 17:00:44

interesting projects, thank you

Jason Chan 2023-04-21 22:19:33

Saw a few people share snippets of Subset on Twitter so we decided to make it a lil easier by adding a screenshot feature!

The cool/fun tidbit is that when we needed to change the background color of the canvas before we took a screenshot, but thought it looked ugly. So we came up with this camera shutter effect, which masks the actual background changing it’s color to blue, screenshotting, and turning back to grey.