What is the next step after learning the basics of a console application & you want to apply it graphically? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the next step after learning the basics of a console application & you want to apply it graphically?

Programming

18th Jan 2019, 8:12 PM
௱ΛŁɪϦЦ
௱ΛŁɪϦЦ - avatar
2 Answers
+ 8
learn graphic libraries Make a game for sure with heavy graphics For me turning my imagination in reality is the implementation of my skill #Imagine big make big
18th Jan 2019, 10:07 PM
AKS
AKS - avatar
+ 2
Depends on the language: In c++ you could use a graphic library like SFML or openGL. In java, you can use buffered images to draw, and then display them. First you gotta learn swing though.
18th Jan 2019, 9:40 PM
voidneo