Skip to main content
Bumped by Community user
Bumped by Community user
Asking if feature X is available in software Y is off topic here, but you can ask how you'd do it.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

Can How can I add 3D animation to my pygamePygame window?

I've developed a quiz game using PyGamePygame but now I'm being asked to implement a 3D animation element (a game show host) to the game.

I used pygamesPygame as I was told it would be an easy enough language to learn and make something simple, however I see now that it seems very limited in terms of 3D animation.

I've seen OpenGL being used with PyGamePygame and what I need is for my game to run exactly as it is, but with the 3D element (game show host) added on the corner of the window for example.

My question is: CanHow can I use OpenGL in PyGamePygame in order to do this?

Can I add 3D animation to my pygame window?

I've developed a quiz game using PyGame but now I'm being asked to implement a 3D animation element (a game show host) to the game.

I used pygames as I was told it would be an easy enough language to learn and make something simple, however I see now that it seems very limited in terms of 3D animation.

I've seen OpenGL being used with PyGame and what I need is for my game to run exactly as it is, but with the 3D element (game show host) added on the corner of the window for example.

My question is: Can I use OpenGL in PyGame in order to do this?

How can I add 3D animation to my Pygame window?

I've developed a quiz game using Pygame but now I'm being asked to implement a 3D animation element (a game show host) to the game.

I used Pygame as I was told it would be an easy enough language to learn and make something simple, however I see now that it seems very limited in terms of 3D animation.

I've seen OpenGL being used with Pygame and what I need is for my game to run exactly as it is, but with the 3D element (game show host) added on the corner of the window for example.

How can I use OpenGL in Pygame in order to do this?

Source Link

Can I add 3D animation to my pygame window?

I've developed a quiz game using PyGame but now I'm being asked to implement a 3D animation element (a game show host) to the game.

I used pygames as I was told it would be an easy enough language to learn and make something simple, however I see now that it seems very limited in terms of 3D animation.

I've seen OpenGL being used with PyGame and what I need is for my game to run exactly as it is, but with the 3D element (game show host) added on the corner of the window for example.

My question is: Can I use OpenGL in PyGame in order to do this?