Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 541 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 541 Bytes

fractile banner

Fractile

Design and render 2D fractals in real time using SDL2.

Dependencies

  • make
  • sdl2
  • sdl2_image
  • sdl_ttf

Compile

make

TODO: make install

Run

./build/fractile

TODO: Refactor

  • fractal.c
  • fractal.h
  • globals.h
  • graphics.c
  • graphics.h
  • main.c
  • mt19937int.c
  • mt19937int.h
  • my_math.c
  • my_math.h
  • rand.c
  • rand.h
  • sidebar.c
  • sidebar.h
  • utilities.c
  • utilities.h