Skip to content

Commit 39393ac

Browse files
cps13claude
andcommitted
Add matsuba package — physically-based rendering for MATLAB via Mitsuba 3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ed9de15 commit 39393ac

116 files changed

Lines changed: 9154 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.claude/

Packages/matsuba/.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Python
2+
.venv/
3+
.mpyreq/
4+
__pycache__/
5+
*.pyc
6+
*.pyo
7+
*.egg-info/
8+
9+
# MATLAB
10+
*.asv
11+
*.mex*
12+
slprj/
13+
*.mlapp.autosave
14+
15+
# Debug renders
16+
debug_*.png
17+
18+
# Downloaded gallery scenes
19+
scenes/
20+
21+
# Claude Code
22+
.claude/
23+
.agents/
24+
.mcp.json
25+
CLAUDE.md
26+
27+
# OS
28+
Thumbs.db
29+
.DS_Store

0 commit comments

Comments
 (0)