Nemi by default is a terminal emulator with only basic essentials.
But you can easily use modules, to add features which never existed before!
Modules are dynamically loaded libraries. (read more from documentation)
Only ASCII characters are supported for now.
Warning:
Enabling modules without first understanding their code is not advised.
Because modules allow for arbitrary code execution (this is by design),
The modules are not sandboxed.
No AI code is used.
# First build the libvterm.
# It is little bit modified version of: https://www.leonerd.org.uk/code/libvterm/
$ (cd libs/libvterm-0.3.3/ && make)
# Then the project can be built with make command
# in the project root directory.
$ makeGLFW
GLEW
freetype2Note
Work in progress... See documentation directory.
