Live data from Hacker News

Makepad- Synthesizer Written in Rust

makepad.nl

21–30 of 48 posts

Re: Makepad- Synthesizer Written in Rust

#25

Earlier quoted context omitted.

Yep, with a visual studio style IDE for Rust. so Big project.

Why didn't you integrate with VSC?

We might, but only after we made our own. Our editor will finally break the barrier of inlining widgets/controls performantly. The editor is one piece with the visual designer (2 sides of a coin)

Re: Makepad- Synthesizer Written in Rust

#27
post #6
post #5

> Written in Rust Mentioning that.. is this open source?

https://github.com/makepad/makepad It's the iron fish project.

The Makepad fractal zoom example crashed my browser in all kinds of of ways that a browser is not supposed to be able to crash.

Re: Makepad- Synthesizer Written in Rust

#28
post #22
post #21

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/

It feels much more snappier than Electron-based apps.

Rather than going through the browser’s rendering engine, it’s entirely rendered on the GPU. Super impressive.

Re: Makepad- Synthesizer Written in Rust

#30
post #6

Earlier quoted context omitted.

https://github.com/makepad/makepad It's the iron fish project.

The Makepad fractal zoom example crashed my browser in all kinds of of ways that a browser is not supposed to be able to crash.

It's using lots of workers and SIMD. What is your OS/browser?
Post reply on HN