A cross platform terminal emulator. Buildin plugin system support python and c/c++ plugin.
- UI plugin created using wxWidget
- UI plugin created using OpenGL, freetype-gl, glfw, glew for linux
- Another UI plugin created using OpenGL, freetype-direct-gl, glfw, glew for linux, glm
- Terminal Data Handler plugin in both python and c++
- Terminal Pty plugin in both python and c++
- Color Theme plugin in python
mkdir build
cd build
cmake .. -DPYTHON_INCLUDE_DIR=$(python3 -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") -DBUILD_WXWIDGETS_UI=ON -DBUILD_OPENGL_UI=ON
make