logoalt Hacker News

xiaohanyutoday at 12:48 AM1 replyview on HN

Is this build on top of flutter?

And for web, does it generate plain HTML/CSS, the DOM tree, or just generate everything in a canvas?


Replies

skeledrewtoday at 2:00 AM

It uses Flutter for UI and native services, but there's a full Python interpreter there.

I think it does mostly canvas, but that could just be due to my selected option back when I tried web with it (couple years ago).