TermuC is a simple C/C++ IDE backed on Termux. Based on MrIkso/CodeEditor
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.
- Highighting
- Autocompletion
- Formatting
- Diagnose
- Compile flags
- Dark mode
- Debug
- Project manage
- Workspace
To support the full functions as an IDE, please follow the setup instruction.
- Install Termux(Github Releases or F-Droid) first.
- Run
pkg install clang
to install the clang compiler & clangd language server. - See RUN_COMMAND Intent to enable calls from 3rd-party apps.
- Then install TermuC.