RainbowC0 / TermuC

A simple C/C++ IDE for Android, backed on powerfull Termux
GNU General Public License v3.0
11 stars 1 forks source link
android code-editor code-editor-mobile ide language-server-protocol lsp

TermuC

中文 README

TermuC is a simple C/C++ IDE backed on Termux. Based on MrIkso/CodeEditor

Screenshot

Screenshot_20240306_125511

Technology

This app use com.termux.RUN_COMMAND to call Termux to run command, and run clangd language server with nc, which builds an insistant I/O channel, offering functions as diagnosing and compilation.

Features