stonewell / wxglterm

A cross platform terminal emulator. Buildin plugin system support python and c/c++ plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxglterm Build Status

A cross platform terminal emulator. Buildin plugin system support python and c/c++ plugin.

Prerequisites

Default Plugins

Build

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

About

A cross platform terminal emulator. Buildin plugin system support python and c/c++ plugin.

License:MIT License


Languages

Language:C++ 81.8%Language:Python 11.4%Language:CMake 4.5%Language:C 1.7%Language:GLSL 0.3%Language:Dockerfile 0.1%Language:Objective-C 0.0%Language:Shell 0.0%Language:Emacs Lisp 0.0%