aeckit VisualizerA VS Code extension that provides a custom 3D geometry viewer for Features
|
| Field | Description |
|---|---|
type |
Currently supports "wireframe" |
vertices |
Array of [x, y, z] coordinate triples |
edges |
Array of [startIndex, endIndex] pairs referencing vertices |
Usage
- Install the extension.
- Open any file with the
.viz.jsonextension. - The 3D viewer opens automatically. To view the raw JSON alongside, split the editor (
Cmd+\) and use Reopen Editor With... → Text Editor on the second pane.
[!TIP] See the examples/ directory for sample files and instructions on how to generate your own visualization data.
Requirements
- VS Code 1.80.0 or later (or any compatible fork such as the Antigravity IDE)
Contributing
For instructions on how to set up the project locally, run tests, and publish new versions, see DEVELOPMENT.md.