- Rust 99.6%
- Shell 0.4%
Personal Desktop Environment
IMPORTANT NOTE. These are not meant for general use. They are my personal applications. There is no way of configuring them other than changing the source code, which was not documented for anyone else to read but myself. You may copy this code and use it in a personal project, if you want (remember to respect the GPL3 license!), but most Bug Reports will be ignored, because I don't really care about them, as long as my own setup works. That said, simple patches that fixes some obvious problem would probably be welcomed.
I want to use these anyway
Alright, in that case, keep in mind that only bar and menu are currently in working condition. The other applications are works in progress.
You may also use the font rendering implementation if you would like. Once again, please remember to respect the GPL3 license if you ever make your code public.
Zen2 performance warning
Note the current font rendering implementation will be slow if you
compile it on a zen2 machine, because we use bmi2, which is implemented in
microcode in zen2. In that case, I recommend editing the
.cargo/config.toml
and adding "-C", "target-feature=-bmi2" to rustflags before compiling.