NewtonFractal-ISPC

An Newton Fractal accelerated with ISPC (Intel Implicit SPMD Program Compiler).

Newton Fractal Screenshot


Video


Features


Running the Prebuilt Binary

If you just want to try it out:

  1. Download the NewtonFractal.zip from the Releases page.
  2. Extract it anywhere.
  3. Run newton.exe.

Note:


Building from Source

Prerequisites

Build Steps

# Configure (Release mode)
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release

# Build
cmake --build build --config Release