How do i practice the visual aspects of languages like Java, C's, and others? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

How do i practice the visual aspects of languages like Java, C's, and others?

I want to explore images, games, and other features of more languages. What would need to be added to Sololearn to do this here?

26th May 2018, 4:16 PM
bobbie
bobbie - avatar
8 Answers
26th May 2018, 6:09 PM
ODLNT
ODLNT - avatar
+ 5
Thanks Charles Comer !!!🙂
26th May 2018, 6:11 PM
bobbie
bobbie - avatar
+ 4
I would defiantly say GUI. GUI is user-based interface and contains pictures as well too with ImageViewer and Image Objects.
26th May 2018, 4:48 PM
Apple Blossom
Apple Blossom - avatar
+ 4
Sounds good Charles can you recommend one or a few?
26th May 2018, 6:08 PM
bobbie
bobbie - avatar
+ 3
Thanks Apple Blossom!!! Anyone know of any libraries or link address we could add to our codes here to enhance them?
26th May 2018, 5:18 PM
bobbie
bobbie - avatar
+ 3
Why not use an IDE? If you don't mind me asking?
26th May 2018, 5:31 PM
ODLNT
ODLNT - avatar
+ 1
gui: for java you could check out javafx, for c++ the qt framework or gtk if you are on linux, for .net there are a variety of options such as windows forms and wpf, for python there is tkinter and qt framework bindings are available. for games check out unity and unreal engine godot engine for high level stuff, or directx/opengl/vulkan (in c++) or webgl (javascript). for image processing just google image processig library and the name of the language you want to use. for video processing/multimedia processing check out ffmpeg
27th May 2018, 6:28 PM
Max
Max - avatar