Description: Generating Fractals with SSE/SSE2
You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pixel. That is a large computational task, and drawing a fractal needs a fast CPU and a carefully optimized program.
- [MMXDemo] - CPU multimedia instructions (MMX, SSE, e
- [kingviewASCII] - This is Singlechip Kingview software agr
- [OpenSCAD_src] - OpenS-CAD, a simple 2D CAD application H
File list (Check if you may need any files):
DEFAULT1.BIN
Fractals.cpp
fractals.exe
fractals.RC
fractals.sln
fractals.vcproj
resource.h
SSEroutines.asm
SSEroutines_test.asm
SSEroutines_test.exe
tech.h
zoom.cur