A simple raytracing program which renders still images and animations of 3D fractals and other shapes. This program is written in Java and uses JavaFX for its GUI.
Download the executable JAR file from here. This program (unsurprisingly) requires Java installed to run.
To start the program, simply open the downloaded JAR file, or execute java -jar javafx-fractal-raytracer.jar
from the command line.
Generated with apngasm and ffmpeg. 1080p videos available for download here.
- Camera positioning, zooming, movement
- Customizable color palette
- Keyframe-based animation system
- A variety of fractals and other interesting shapes to explore
- Lots of configurable parameters
- Shading and ghosting effects
- Multithreading support
- Animated help graphics
- Help and about
- Code documentation
- More fun shapes!
- GPU acceleration
- Direct export of animated image or video files (apngasm and ffmpeg can help with creating these from the exported PNG files)
This software is licensed under the MIT License.