-
Have a look at what Lapce uses. The editor is coming along nicely, and iirc, they use the Xi editor as a plug-in.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Have a look at what Lapce uses. The editor is coming along nicely, and iirc, they use the Xi editor as a plug-in.
-
there is rust binding for that rust-monaco, support yew as well. don't really like how they document the library.
-
Flutter also isn't great for text editors, but there are a few implementations like visual-editor for formatted text that's acceptable. Also, the xterm package is pretty amazing from its capabilities (even runs full vim!).
-
xterm.dart
๐ป xterm.dart is a fast and fully-featured terminal emulator for Flutter, with support for mobile and desktop platforms.
Flutter also isn't great for text editors, but there are a few implementations like visual-editor for formatted text that's acceptable. Also, the xterm package is pretty amazing from its capabilities (even runs full vim!).
-
Yesterday I attended the talk about xilem, which plans to be pretty much the same as Flutter/ReactNative/SwiftUI, but in Rust and using wgpu. That might be a solution in the future, but it's just at the prototype level at the moment, unfortunately.
-
You should also take a look at Theia, which provides in some respects (e.g., graphical plugins) a more powerful alternative to the VSCode editing shell.
-
No need for a prototype, that's how stable-diffusion-webui works.