3 Dimensional Games in Python Modules -


i going helping friend create 3d game python. able use tkinter (which doubt because module excepts .gif images) , add z axsis? or have use module pgreloaded, pygame, etc. if give me place learn module. way name of game search.

i have done bit of research in department, although not because python not ideal language creating 3d game in.
here few pointers discovered.

  1. tkinter not gaming engine although tkinter easy use , great, not game engine , highly recommend don't use such. tkinter more developing applications , utilities. not games.

  2. pygame not enough of base make 3d game pygame great groundwork game mechanics , highly recommend use that. however, supports 2d graphics, not able make 3d game using that.

  3. look functionality , support i'm not sure there final, perfect, 3d game engine. may @ 1 thing while bad @ others. integration program along support want do. best 2 i've found, although there may betters out there, blender3d (full python support, great modeling) , ogre 3d (there full python wrapper works great pygame). may want here useful resources started.

good luck game, anticipate playing "the search" already!


Comments