Skip to content

Interactive viewer for the Mandelbrot set in Lua using LOVE2D for rendering

Notifications You must be signed in to change notification settings

ArkUmbra/LuaMandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interactive viewer for the Mandelbrot set in Lua using LOVE2D for rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages