├── .gitignore ├── LICENSE ├── README.md ├── depthkit.maxpat ├── example.mp4 ├── extruder.jxs └── screenshots └── depthkit_in_max.gif /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | .vscode 3 | 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/README.md -------------------------------------------------------------------------------- /depthkit.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/depthkit.maxpat -------------------------------------------------------------------------------- /example.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/example.mp4 -------------------------------------------------------------------------------- /extruder.jxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/extruder.jxs -------------------------------------------------------------------------------- /screenshots/depthkit_in_max.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juniorxsound/DepthKit-for-Max/HEAD/screenshots/depthkit_in_max.gif --------------------------------------------------------------------------------