Hi all,
I'm looking for any kind of built in or third party library and functions that can simply draw lines and dots on standard console.
Any suggestions?
Also, does anyone have any suggestion on a good C++ GUI library?
Thanks.
on console? no. you won't find it. why would someone want to draw on console? google sfml.
for gui, see Qt.
well, I have a nice and simple text UI up running right now. Just wanna see if it's possible to add some extra graphics.
i do recall c has some library can do that... anyone knows?
With threading and a graphics library you can display graphics and text simultaneously.