potocpav / xi_glium

Glium-based front-end to the xi editor
MIT License
84 stars 13 forks source link

xi glium

Xi glium is a glium and glium_text-based interface on top of the xi editor project back-end.

Screenshot:

xi glium

Features

You must specify a path to the xi-core executable (build by cargo inside the rust subdirectory of xi-editor). Works with the xi-editor commit 2e88632, but the HEAD is a good bet.

Dependencies

On Linux you might need to install the package xmu first.

sudo apt-get install libxmu-dev libxi-dev

Example usage

xicore=../xi-editor/rust/target/debug/xi-core cargo run README.md

License

MIT License