Tighten README: scannable structure for impatient readers #45
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
indigocode/igasset-viewer-react!45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "openhands/tighten-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Rewrites
README.mdto be significantly more concise and scannable — ~225 lines down from ~560+.The old README was verbose and read like "AI-slop" with common LLM patterns (massive tables, exhaustive bundler matrix, repeated explanations). The information was good but buried. This rewrite structures it for an impatient reader who wants to quickly evaluate the package and then get to using it.
Structure
indigocode.devas the motivating consumer..wasm+.igpack) with link to bundler config section.<IgviewerProvider><TextureInspector /></IgviewerProvider>(plus<GeometryInspector>and bare<IgviewerCanvas>variants).<TextureInspector>with a real example usingTextureInspectorCanvas,TextureInspectorImageSelector, etc.TextureInspectorProvider+useTextureInspector()hook to build fully custom UIs, plususeIgviewer(),useFilestoreState(), filter functions, file loading, provider props table, threading notes.pnpm install/pnpm build:wasm/pnpm dev, dev:debug, CMake presets.wasmUrlescape hatch.Code examples
All inline code examples are built from the actual TypeScript source — component names, hook signatures, and context values match what's exported from
packages/viewer-react/src/index.ts.Notes
@indigocode/igasset-viewer-react(matchingpackages/viewer-react/package.json) — the old README used@indigocode-internal/igasset-viewer-react.