Rusty-Bike / fractals

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

Giusdp info text #16

Closed giusdp closed 6 years ago

giusdp commented 6 years ago

Added a class to handle drawing text: InfoText, and the initialization and deallocation of SDL_TTF in SdlApp. The InfoText class has an update method for each information the fractal app wants to show and offers a draw method to draw text on top of the window with the information about the current fractal. When animation is on, the number of lines are updated in real time.

smithandrewl commented 6 years ago

Thanks! Merged.