xi-editor
Servo
Our great sponsors
xi-editor | Servo | |
---|---|---|
32 | 92 | |
19,713 | 22,283 | |
0.1% | 1.4% | |
5.9 | 9.7 | |
2 days ago | about 16 hours ago | |
Rust | Rust | |
Apache License 2.0 | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xi-editor
-
Suitable Rust GUI Library for Code Editor?
Have a look at what Lapce uses. The editor is coming along nicely, and iirc, they use the Xi editor as a plug-in.
-
CRDTs make multiplayer text editing part of Zed's DNA
Raph Levien posted a retrospective about using CRDT’s for collaborative editing in xi-editor here [1]. His conclusion is
“I come to the conclusion that the CRDT is not pulling its (considerable) weight. When I think about a future evolution of xi-editor, I see a much brighter future with a simpler, largely synchronous model, that still of course has enough revision tracking to get good results with asynchronous peers like the language server.”
[1]https://github.com/xi-editor/xi-editor/issues/1187#issuecomm...
- Innovative Rich Text Editing: Typing Affinity
-
New open source Common Lisp 3D graphics project -- call for participation
Maybe architect kernel as a microservice? There was some text editor developed as a microservice; I don't see why it couldn't work for a FX application or game engine.
-
Zas editor post-mortem
A while ago there was a post about Zas Editor, an editor for mac that used parts of Xi as the backend. Since then, the website has been taken down and it's presumably abandoned. There was some apprehension about its licensing but it was cool.
-
GitHub is sunsetting Atom
I thought that after the failure of the https://github.com/xi-editor/xi-editor project (which Lapce seems to take inspiration from) people would stop trying it, but looks like it's doing the opposite.
-
Sunsetting Atom Text Editor
Why not collaborate with developers of existing code editors such as Xi Editor (https://xi-editor.io) or Lapce (https://lapce.dev) instead of making yet another one?
As for lightweight alternatives to Atom, there is also Lite-XL (https://lite-xl.com).
- Xi-Editor - A modern editor with a backend written in rust.
-
Suggestions for building an IDE
My initial thoughts are using something like the xi-editor or parts from it for text manipulation, some rust GUI framework for rendering, like egui or iced, for more language contextual actions like autocomplete I think I'd have to look into the LSP.
Oh I didn't realize that it might have been a serious question, I'm too unfamiliar with the domain to not make stupid misinterpretations it seems, really sorry about that. Anyway no, that's a good suggestion, I think starting there makes the most sense but I'm having some decision-anxiety about where to start. I think xi-editor is likely to be the best place to start constructing an editor without making the project impossible to finish
Servo
-
Forking Chrome to Render in a Terminal
Given it's in Rust, I wonder if something like that could be based on top of Servo instead [1].
-
Servo’s New Home
https://github.com/servo/servo/graphs/contributors?from=2021...
Most of the commits are updates to dependencies and the like.
So basically, none.
It's busier than I would've thought.
-
Until the end
It’s still around as a “independent, modular, embeddable web engine” (servo.org) so it may have some use as an electron alternative. I am not sure though.
-
What's the status of Servo right now?
Active-ish. The last two weeks has mostly build system, test, and bot updates. The last substantive change goes back to Oct 9th from a quick scan. The previous substantive change is May 9th.
Active. Their most recent commit was 18 hours ago https://github.com/servo/servo
-
Emacs WebRender front(window system)
No benchmarks yet. But I would just take the words from Servo https://github.com/servo/servo/wiki/Research
-
What is the best way to handle 2D graphics programming using Rust?
Perhaps it feels like cheating depending on how much you wanted to implement yourself. But you'd still need to parse HTML+CSS and implement all the layout stuff. Though of course there's some libraries for that too. I mean, Servo is an entire (experimental?) engine written in Rust.
What are some alternatives?
helix - A post-modern modal text editor.
alacritty - A cross-platform, OpenGL terminal emulator.
iota - A terminal-based text editor written in Rust
webview - Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
lapce - Lightning-fast and Powerful Code Editor written in Rust
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
qtwebengine - Qt WebEngine
kakoune.el - A very simple simulation of the kakoune editor inside of emacs.
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
rust-genetic-algorithm - A genetic algorithm for bechmark problems, written to learn Rust.
qutebrowser - A keyboard-driven, vim-like browser based on Python and Qt.
xsv - A fast CSV command line toolkit written in Rust.