DEV Community

Azlan-Syed
Azlan-Syed

Posted on

Help Needed For Game Dev In Python

Greetings Developers

i have a small question that which game engines are used in python game development and which of them are like unity and other one's which are gui based thanks in advance

Top comments (2)

Collapse
 
krishsharma0413 profile image
krish

For python game development, libraries such as pygame, panda3d, ursina engine, pyglet and even tkinter is used instead of game engines. Sure you can use game engines and add additional extensions that make use of python language such as godot but most of the time when you do this, the performance is greatly reduced. If you are looking for gui based approach from game development, you can look into unity's visual scripting or unreal engine's blueprint. But I would recommend you learning the core language that helps the engine itself. If it is C# for unity or C++ for UE or gdscript for godot, pick one and work on it.

Collapse
 
watchakorn18k profile image
watchakorn-18k

godot should be a good option for you.