https://github.com/monkstone/supercad2
SuperCAD updated for processing-2.1, and extended to include live raytracing
https://github.com/monkstone/supercad2
Last synced: 9 months ago
JSON representation
SuperCAD updated for processing-2.1, and extended to include live raytracing
- Host: GitHub
- URL: https://github.com/monkstone/supercad2
- Owner: monkstone
- License: lgpl-3.0
- Created: 2013-11-24T06:22:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-05T14:39:50.000Z (over 12 years ago)
- Last Synced: 2025-05-21T18:13:21.195Z (about 1 year ago)
- Language: Java
- Homepage: https://github.com/monkstone/supercad2/wiki/_pages
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# Supercad2
Updating Guillaume LaBelles (Nembrini update) to processing 2.1 (I'm using jdk 7) and some refactoring to use enums, to store state, and in switch to select export type. The POVRAY2 version is now a lot more sophisticated, taking camera params from processing and translating them to povray, so now povray "scene" geometry more closely matches processing sketch. Also added capability of "live" povray tracing (just supply path to povray on your system and use my sketch template). Once the tracing has completed, the ray-traced image is displayed in the processing window.