Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizhaoliu/prime
Pure Java written photo-realistic renderer with UI done in OpenGL and Swing
https://github.com/lizhaoliu/prime
Last synced: 2 months ago
JSON representation
Pure Java written photo-realistic renderer with UI done in OpenGL and Swing
- Host: GitHub
- URL: https://github.com/lizhaoliu/prime
- Owner: lizhaoliu
- Created: 2013-09-19T02:24:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T05:31:29.000Z (over 9 years ago)
- Last Synced: 2023-02-27T15:33:15.126Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 60.9 MB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prime
=====
Prime is a physically based renderer built on pure Java with JOGL binding, featuring:
1. Monte Carlo path tracing.
2. Photon Mapping.
3. Customizable material and rendering pipeline.
Features will be added:
1. Network distributed rendering.
2. Texture mapping and normal mapping.
How to run
Make sure you have installed JDK 1.7+ and Maven, then run the following command:
mvn clean install exec:exec
A built-in Swing GUI will kick off, and there is a sample scene.obj scene file which can be imported.
Minimal Manual
- Click mouse left button to select a model
- Dragging mouse middle button to move camera
- Dragging mouse right button to rotate camera