Dacaspex / Fractal

A program that can generate images and videos of fractals. It will include an API to include user created fractals. Choose between a variety of colour schemes to create beautiful images/videos
MIT License
0 stars 1 forks source link

Scale not adaptive to the view window #8

Closed Dacaspex closed 7 years ago

Dacaspex commented 7 years ago

Currently the scale width is divided over the screen width and vice versa for the height. This results in rather strange looking aspect ratios for the images. Instead, the rendering of the scale should prioritize to it's own aspect ratio.

Dacaspex commented 7 years ago

Rewriting scale class for new implementation. The new definition only needs a center point and a zoom level.