Helix crates #10074
-
Hi! Going through the codebase after a long time and I have a few questions: what's the current difference/purpose of To my understanding (append question mark after everything):
Looking at the current state, the difference between Could somebody please shed a light on this topic? 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
°helid-view |
Beta Was this translation helpful? Give feedback.
helix-tui
is a fork oftui-rs
so it's a general term rendering libtary/abstraction.helix-view
andhelix-term
are a complex subject and we want to move most things tohelix-view
(#5581). The only thing that will remain inhelix-term
is the rendering implementation for various components for tui (so there could be a seperate helix-gui crate that does the same thing for a gui with as little duplication as possible).°helid-view
ans
helix-term` are also kind of a a kitchen skin right now. I want to split them up into more self-contained crates. That is all in the more distant future, helix needs lots of architectural work