1
0
Fork 0
mirror of https://github.com/imjasonh/scad-to-png synced 2026-07-07 01:22:23 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Jason Hall
e7f9d1882f
Improve zoom level to show more detail in rendered PNGs
- Reduced camera distance from 2x to 0.9x object size (55% closer)
- Increased scale factor from 0.8 to 1.2 (using 120% of available space)
- Objects now fill nearly all available space in the PNG output
- Much better detail visibility for AI agents analyzing the models
- Regenerated all outputs with improved zoom

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 19:55:58 -04:00
Jason Hall
4e648c7968
Initial commit: scad-to-png CLI tool
A Node.js CLI tool that converts OpenSCAD files to PNG images without
requiring OpenSCAD installation. Uses OpenSCAD WebAssembly for conversion
and implements a software renderer for STL to PNG conversion.

Features:
- Converts .scad files to STL and PNG outputs
- Renders from 8 different viewpoints
- No OpenSCAD installation required
- Pre-commit hooks to keep examples up to date
- GitHub Actions workflow for CI

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 18:10:17 -04:00