I am making a fractal drawing program. How should I draw to a coordinate in a window? That is, I have some UI elements in a window
and I want to designate a square section of the window to draw a fractal in. How should I go about doing this? I'll be generating black/white values for each pixel in the area.
and I want to designate a square section of the window to draw a fractal in. How should I go about doing this? I'll be generating black/white values for each pixel in the area.