Skip to content

The dragon curve fractal animated (kinda) in c and raylib

Notifications You must be signed in to change notification settings

Dash-L/dragon_curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon Curve

A little animation of the dragon curve fractal written in c and using raylib for graphics

Running and stuff

Warning: This was developed and tested only on arch linux, so the instructions should work there, anywhere else, you are kind of on your own. You also probably don't need to build and run this yourself because of the gif on this readme, but you can if you want to.

First make sure raylib is installed, either build from source from the github repo or (on arch linux) run sudo pacman -S raylib

Then you should just be able to run make dragon in the root of this repo (you may need to modify the Makefile if the method you used to install raylib doesn't work with -lraylib)

Then ./dragon and voilà (hopefully)

About

The dragon curve fractal animated (kinda) in c and raylib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published