Y
Hacker News
new
|
ask
|
show
|
jobs
by
paulgb
1085 days ago
For those who haven’t seen it, Makepad is also an in-browser code editor with an open-source UI toolkit. Looks like this synth is one of the examples of the UI toolkit.
https://makepad.dev/
2 comments
chaosprint
1085 days ago
press option on mac. it's amazing
link
ledgerdev
1085 days ago
Pressing Alt seems to invoke the same on linux/gnome, probably alt key on windows as well.
link
faitswulff
1085 days ago
That is fantastic
link
ta988
1085 days ago
What does it do?
link
ledgerdev
1085 days ago
It sort of zooms out and shows top level lines at regular size, but a mini-map like view of code underneath the top level. It's very smooth too.
link
csomar
1085 days ago
It feels much more snappier than Electron-based apps.
link
paulgb
1085 days ago
Rather than going through the browser’s rendering engine, it’s entirely rendered on the GPU. Super impressive.
link