Show HN: An ASCII 3D Rendering Engine
2 days ago
- #3D rendering
- #Web development
- #Graphics
- GlyphCSS is installable via npm for React and Vue.
- Supports CDN usage with a single script tag.
- Renders OBJ, glTF, GLB, STL, and VOX files into text-based scenes.
- Uses a rasterizer to project polygons into a character grid.
- Generates one string per render, avoiding per-polygon DOM nodes.
- Interactivity is optional via GlyphHotspot for 3D anchors.
- Provides real DOM events and accessibility features like role="button".
- Offers custom elements, an imperative API, and framework bindings.