Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 616 Bytes

LuaMandelbrot

A simple project to demonstrate implementing the Mandelbrot Set in Lua, using LOVE2D for generating the images.

alt text

Controls

  • Up arrow - pan up
  • Down arrow - pan down
  • Left arrow - pan left
  • Right arrow - pan right
  • W - zoom in
  • S - zoom out

Notes

This implementation will have numerous issues and possible improvements, but should be passable enough for a point of reference

If the code is still a mess when you look it: 1) I'm sorry 2) I haven't yet refactored it