mirror of
https://github.com/imjasonh/scad-to-png
synced 2026-07-07 01:22:23 +00:00
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>
9 lines
No EOL
226 B
YAML
9 lines
No EOL
226 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: regenerate-examples
|
|
name: Regenerate example outputs
|
|
entry: ./regenerate-examples.sh
|
|
language: script
|
|
pass_filenames: false
|
|
always_run: true |