Rant about drawing a circle.

First ai hallucinates. Many languages , gui toolkits exists.
With commoder 64 , go graphical mode . y-axis * howmuch + xaxis -> poke color.
Now you are into oblivion.
I found a way , dlang+gtk but no obvious.
[ I need a label ,input box & a circle, when you click , return event , ....]
 
SDL could do it If the surface is the entire program window. Xorg copy/paste in that like gtk windows is probably a challenge...
You can also make a mono bitmap circle in anything with arrays. Set a quarter of the circle bits according to cosine and rotate/copy that to 3 other parts of the circle. The program still needs a pixel draw function.
 
Back
Top