0
Graphics in languages other than html?
i've just started coding in C++ and the only thing i could do is writing something on the screen, however there is plenty of html codes with complex graphics and images. is it possible to make someyhing similar in other languages?
4 Answers
+ 1
Yes, but it's harder in C++. You just use C++ graphics if you need much rendering speed.
+ 1
.bmp is a really simple image format so you can definitely generate images with very little effort. (Usually you copy ~100 lines of bmp saving code from google into your project and the rest is you writing a color for each pixel into an array)
It's not quite the same as a homepage but hey, still fun. And you can do a lot!
I have some (10+ years old) sample code if you want it.
0
let me see the sample
0
Oops, sorry for the late reply. Here you go (windows only):
www.hastebin.com/mobuvurasa.cpp