Skip to content

Interactive koch curve fractal written is C and x86 assembly using SSE instruction set.

License

Notifications You must be signed in to change notification settings

SzymonKatra/KochCurve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KochCurve

Summary

Interactive koch curve fractal. Runs on Linux systems.

Written in C with Allegro5 support and assembly (both x86 and x86_64). Algorithm uses SSE instruction set for computing points of fractal.

Build

Use makefile, provides support for compiling 32 and 64 bit version.
make or make 64- compile for x86_64, generates bin/main64 executable
make 86 - compile for x86, generates bin/main86 executable

Prerequisites to compile:

  • gcc
  • nasm
  • allegro5.2

Screenshot

Screenshot

About

Interactive koch curve fractal written is C and x86 assembly using SSE instruction set.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published