Home
Softono
TermuC

TermuC

Open source Java
206
Stars
20
Forks
11
Issues
5
Watchers
1 month
Last Commit

About TermuC

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

Platforms

Web Self-hosted Android

Languages

Java

TermuC

release license CI

中文 README

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

Screenshot

1

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
  • [x] Code action
  • [x] Semantic highlighting
  • [x] Goto definition
  • [ ] Workspace

Wiki