This project aims to create a extensible RayTrace Engine for the Java Programming Language.
- Download the latest jtrace.zip file in releases section.
- Add the jtrace.jar and all the jars contained in the dependencies folder inside jtrace.zip to the classpath of your applcation.
- You can find the source code in jtrace-source.jar file and the javadocs in jtrace-javadoc.jar.
- Take a look at the examples in the examples folder inside jtrace-source.jar.
- In order to use the swing components, you'll need to add the jtrace-swing.jar to your application's classpath as well.
- Happy Rendering! =)
JTrace is open source software! Feel free to contribute!
Fork it, code it and submit a pull request!
Found a bug? Have a feature request? Suggestions on improving the code/build? Open a issue and we'll be happy to take a look at it! =)
Visit the Development section in the wiki to get started in the development process.
Visit the JTrace wiki for information about the project's current features.