My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Download: Command-line quaternion Julia set isosurface generator -- C++ source code v1.2.2
 
Uploaded by:  shawn.ha...@gmail.com
Released: Apr 12, 2013
Uploaded:  Apr 12, 2013
Downloads: 5
Deprecated



File:
Description:
A command-line program that calculates a quaternion Julia set and then writes the corresponding isosurface to a binary Stereo Lithography file.

Supports custom-defined iterative equations, such as:

Z = Z^4 + C
Z = sin(Z) + C * sin(Z)
Z = inverse(sinh(Z)) + C * inverse(sinh(Z))
etc.

See quaternion_math.h for a full list of supported quaternion functions.

Compiles using g++ and MSVC++.

Changes to v1.2:
- Can now specify Z.w in the config.txt file.
- Now writes data to binary STL file as the calculations are being performed, rather than waiting until all of the calculations have been performed -- this aims to balance disk write speed vs RAM usage.
SHA1 Checksum: 4f95ea22e66e854a9124e7f1f57e62a1aa6cced8 What's this?



Powered by Google Project Hosting