0
Is opengl used for creating game engine ? If so please is there any software that teaches opengl.
Game engine.
6 Answers
0
opengl is used for creating games. Not game engines. But some of the game engines use opengl but in my opinion I prefer using Vulkan because it's faster and has better performance with less ram use than opengl
0
But what is vulkan ?
0
So which language should I use to create a game engine ?
0
if you want to use Vulkan you can use only C/C++ but if you want to use OpenGL you can use Java (LWJGL)/C++/Python/C
0
Alright. Thank you for the information.