Rusty-Bike / fractals

A self-similar fractal gallery application using Scala native.
MIT License
7 stars 7 forks source link

Deyvid/issue 8 onscreen instructions #26

Closed deyvidm closed 4 years ago

deyvidm commented 4 years ago

I added a new function to draw text to the screen, and then used it to list some instructions.

image

The caveat of the new additions is that bigger/high-depth fractals will obscure the instructions. We could fix this by scaling the fractals so that they fit within a 600x600 block under the text. Here's an example of the problem

image
smithandrewl commented 4 years ago

Great, thanks!