1
SFML projects / Re: MandALot, Mandelbrot generator
« on: January 03, 2015, 03:42:53 pm »
Thanks for the feedback!
It is true that making a GUI is really time-wasting. That's also why I use SFML: I have created an extremely simple software with it in addition to this one. It generates pictures of the set the same way, but doesn't have any GUI. When I want to try something new in the algorithms, I just have to modify a few lines of its code, and when I want to implement the new algorithm in the MandALot software, I paste these lines and everything works well.
By the way, I find your generator very nice too . I just downloaded it and played a bit with it
It is true that making a GUI is really time-wasting. That's also why I use SFML: I have created an extremely simple software with it in addition to this one. It generates pictures of the set the same way, but doesn't have any GUI. When I want to try something new in the algorithms, I just have to modify a few lines of its code, and when I want to implement the new algorithm in the MandALot software, I paste these lines and everything works well.
By the way, I find your generator very nice too . I just downloaded it and played a bit with it