TermuC
A simple C/C++ IDE for Android, backed on powerfull Termux
Install / Use
/learn @RainbowC0/TermuCREADME
TermuC
TermuC is a simple C/C++ IDE backed on Termux. Based on MrIkso/CodeEditor
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
Download
- Artifacts in Github Actions
- F-Droid
Screenshot

Technology
This app uses com.termux.RUN_COMMAND to call Termux to run command, and run clangd language server with netcat, which builds an insistent I/O channel, offering functions as diagnosing and compilation.
Features
- [x] Highlighting
- [x] Autocompletion
- [x] Formatting
- [x] Diagnosing
- [x] Compile flags
- [x] Dark mode
- [x] Debugging
- [x] Project management
- [ ] Workspace
