+ 7
Are we able to make a 3d graphics game by any of these laguage?
8 ответов
+ 7
You CAN, but it’s not terribly easy to do by hand. A game engine is usually the way to go, especially for solo development. Blender works as a game engine, and I believe uses Python, so that might be worth checking out. And I’m sure there are good game engines out there that use JavaScript
+ 7
Yes you can make a 3D game using python language.
+ 3
Thanks to all of you but sorry i do't no what game engine is
+ 3
Where do i get it and ofcourse free
+ 1
It's probably fine to do 3d games with these languages, and you can always use an engine for easier interactions, panda3d might be a good engine for python
+ 1
Xenotoxin, A game engine is a software you use to create and develop a game, an engine mostly includes designing the graphics for the game and writing the codes for it, so it makes everything easier for you (programming and graphics designing in one software)
+ 1
Xenotoxin there are alot of game engines and alot of them are free, "panda3d" which i mentioned in an earlier reply is free, you can also search in google for free engines based on the language you want to program with.
+ 1
yes you can by python. you have to get the module : panda 3d