-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Joon Hyub Lee edited this page Jul 28, 2022
·
97 revisions
- Download
- Getting Started
- Tutorial
- Supported & Unsupported Functions
- Example Sketches
- Works of others using joons-renderer on Tumblr, Flickr, YouTube, and Vimeo.
Animated examples, depth-of-field enabled and disabled.
Left: Original Processing sketch, Right: Rendered using joons-renderer.
Code as usual in Processing, and make small & simple additions to render it realistically:
JoonsRenderer jr;
...
jr.fill("glass");
sphere(15);
joons-renderer reads geometry from Processing, applies Sunflow ray-tracer engine to it,
and returns the rendered image from the exact same viewpoint. It supports:
- Texture
- Light
- Depth-of-field
.. and more. Check out the full list of supported & unsupported functions.
^ top
joons-renderer written by Joon Hyub Lee, joonhyub.lee@kaist.ac.kr.
Use & modify as you want.
The source code is available on GitHub.
Your contribution is highly appreciated!
^ top