goosecoid / mandelbrot

A fun fractal explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot

A tiny fractal viewer

Dependencies

  • CFFI
  • Raylib

More info: https://github.com/longlene/cl-raylib

Run

Go to src/main.lisp and eval:

(ql:quickload :cl-raylib)

Next eval the whole buffer and run (main) in the REPL

You could also copy this repo in your ~/quicklisp/local-projects and do

(ql:quickload :cl-raylib)
(ql:quickload :mandelbrot)
(mandelbrot::main)

Compile

See Makefile, but basically (sbcl only afaik):

$ cd mandelbrot
$ make

Screenshot

mandelbrot

About

A fun fractal explorer


Languages

Language:Common Lisp 94.6%Language:Makefile 5.4%