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.
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.
$ make GRAPHICS=opengl
# Rendering to linux framebuffer device will be supported later.GLFW
GLEW
freetype2Note
Work in progress... See documentation directory.
