# flyover/imgui-js

JavaScript bindings for Dear ImGui using Emscripten and TypeScript

Repository: https://github.com/flyover/imgui-js
Canonical: https://ross.abutalabs.com/products/imgui-js
Homepage: https://flyover.github.io/imgui-js/example/
Language: TypeScript
License: MIT
License Family: permissive
Topics: imgui, typescript, emscripten, javascript
Last push: 2023-07-22T06:11:55+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3127, "days_push": 1138, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1058, forks 111 (observed 2026-08-28T04:03:25.162524+00:00)

## What it is
JavaScript/TypeScript bindings for Dear ImGui, compiled to WebAssembly via Emscripten, enabling immediate-mode GUI rendering in the browser with WebGL. It exposes the full C++ ImGui API as a TypeScript module.

## Use cases
- build debug tool windows and overlays in a WebGL browser app
- use Dear ImGui from JavaScript or TypeScript
- port ImGui-based C++ tools to run in the browser
- prototype immediate-mode UIs with live editing in CodePen
- render inspector-style panels over a Three.js scene

## When to choose
- you want Dear ImGui's immediate-mode UI in a web/WebGL project
- you're porting C++ ImGui tooling to the browser
- you need debug/inspector UIs for WebGL or Three.js apps

## When to avoid
- you need a polished, production end-user UI toolkit
- you need DOM-based or accessible web UI
- you need actively maintained bindings with recent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, graphics, gui
- domain: web-development, frontend, developer-tools
- platform: browser, wasm
- tags: imgui, emscripten, typescript, webgl, immediate-mode-gui, bindings, game-development, web-server, javascript

## Member repositories
- flyover/imgui-js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:25.162524+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:57:46.360846+00:00, confidence not recorded.
  - readme: https://github.com/flyover/imgui-js (fetched 2026-08-28T04:03:25.162524+00:00, sha f37f283c8bcd)
  - homepage: https://flyover.github.io/imgui-js/example/ (fetched 2026-08-29T12:59:21.542743+00:00, sha efdec6720c3e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
