Skip to content
forked from RainbowC0/TermuC

A simple C/C++ IDE for Android, backed on powerfull Termux

License

Notifications You must be signed in to change notification settings

appdevwk/TermuC

 
 

Repository files navigation

TermuC

中文 README

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

Get it on F-Droid

Screenshot

1

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

  • Highighting
  • Autocompletion
  • Formatting
  • Diagnose
  • Compile flags
  • Dark mode
  • Debug
  • Project manage
  • Workspace

Setup

To support the full functions as an IDE, please follow the setup instruction.

  1. Install Termux(Github Releases or F-Droid) first.
  2. Run pkg install clang to install the clang compiler & clangd language server.
  3. See RUN_COMMAND Intent to enable calls from 3rd-party apps.
  4. Then install TermuC.

About

A simple C/C++ IDE for Android, backed on powerfull Termux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%