BalazsJako/ImGuiColorTextEdit
Colorizing text editor for ImGui observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 53
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3258
- days_rel: n/a
- days_push: 282
- n_releases_24m: 0
Adoption not part of the score
1728 stars · 355 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A syntax-highlighting text editor widget for the ImGui immediate-mode GUI library, written in C++. It supports undo/redo, UTF-8, multiple languages, error markers, tooltips, and color palettes while maintaining internal state across frames.
Use cases
- embed a code editor in an ImGui application
- add syntax highlighting to an in-app text editor
- build a shader or script editor inside a game tool
- show inline error markers with tooltips in an editor widget
- edit large source files in a C++ GUI tool
When to choose
- you are building a desktop tool with ImGui and need an embedded code editor
- you need lightweight syntax highlighting for C/C++, Lua, SQL, GLSL, or HLSL
- you want undo/redo and UTF-8 support without pulling in a full editor framework
When to avoid
- you need a full standalone editor or IDE
- you need fast syntax highlighting for languages other than C/C++ (regex-based highlighting is slow)
- your project does not use ImGui
Facets
library · maturity active
ui-components editor developer-tools text-editors frontend cpp cross-platform imgui syntax-highlighting text-editor undo-redo utf-8 immediate-mode-gui
1 source
- readme: https://github.com/BalazsJako/ImGuiColorTextEdit · fetched 2026-08-28 · 06afa84bd95c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BalazsJako/ImGuiColorTextEdit | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="BalazsJako/ImGuiColorTextEdit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem