Need help to choose a graphic library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Need help to choose a graphic library

Hello, I'm currently looking for a solid graphic library to build a heavy simulation engine (performance is very important). Consequently I have several questions. > Is there effective alternatives to C++ ? I'm pretty curious to see if it exists. > If I'm basically going on an OpenGL version. Which one is better ? Vulkan or OpenGL 4 ? > Do you know good books or tutorials on this subject ? NB: The difficulty is not a relevant characteristic in my search. Thank you for your attention, Ohjel

21st Apr 2017, 1:48 PM
Ohjel
Ohjel - avatar
1 Answer
+ 3
OpenFrameworks or Cinder are powerful graphic toolkit for C++ https://openframeworks.cc https://libcinder.org
21st Apr 2017, 2:15 PM
seamiki
seamiki - avatar