+ 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?
8 Answers
+ 3
I believe this site will help.
https://www.g2crowd.com/categories/integrated-development-environment-ide
+ 5
Thanks Charles Comer !!!đ
+ 4
I would defiantly say GUI. GUI is user-based interface and contains pictures as well too with ImageViewer and Image Objects.
+ 4
Sounds good Charles can you recommend one or a few?
+ 3
Thanks Apple Blossom!!! Anyone know of any libraries or link address we could add to our codes here to enhance them?
+ 3
Why not use an IDE? If you don't mind me asking?
+ 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