PyCUDA implementation of a GPU-accelerated fractal flame renderer.
Go to file
2011-10-15 00:33:37 -04:00
cuburn Use 3*256 instead of 2*512 blocks; faster on GF104 2011-10-15 00:33:37 -04:00
helpers Move sortbench to helpers/ 2011-10-12 14:39:10 -04:00
main.py More documentation updates 2011-10-13 17:32:55 -04:00
README.md Add README 2011-10-03 17:37:32 -04:00

Cuburn

This project is a fractal flame renderer. It is still under development, but already implements most of the genome parameters that flam3 supports, and beats CPU by a healthy margin (20-40x in most cases).

This project is licensed under the GPL version 3.