About 289,000 results
Open links in new tab
  1. python - Does PyGame do 3d? - Stack Overflow

    Feb 1, 2011 · But a 3D game is just some 3D objects 'squashed' (rendered) into 2D so that it can be displayed on the screen. So, to make a 3D game using only pygame, you would have …

  2. 3d game with Python, starting from nothing - Stack Overflow

    I would implement the time-critical stuff as 3D and its object handling + rendering in raw C/C++ and let an embedded Python with external modules handle the game logic (object movement, …

  3. is python good for making games? - Stack Overflow

    Nov 9, 2012 · If you want to make 3D games then Python might not be the good choice. But still, if you want to use Python for your 3D games than you can use cTypes Python binding for some …

  4. Is it possible to make games in Python without Pygame?

    Feb 5, 2018 · Is it possible to design a games in python without using an pygame ??? If it is then tell us about an little bit for an start-up..or else if there is any other platform to design a python …

  5. automation - How can I make the cursor move in game using …

    I’m trying to build an automation program with python using Opencv to detect the given color and pyautogui for automation. I tried using pyautogui to move the cursor in game but didn’t work.

  6. Can 3D OpenGL game written in Python look good and run fast?

    Mar 20, 2016 · I would recommend pyglet which is a similar system to pygame, but with full bindings to OpenGL. You can start with simple 2D games to get the hang of the system and …

  7. Make 3D plot interactive in Jupyter Notebook - Stack Overflow

    I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots. I'm wondering if it is possible to make the 3d plot interactive, so I ...

  8. I want to make a simple 3D game using openGL, where should I …

    Jan 17, 2010 · Is there a good website or codebase that shows how event handling, collision detection, modeling, and basic 3D drawing works? The game I'm trying to begin with is a …

  9. Create 3D array using Python - Stack Overflow

    May 20, 2012 · I would like to create a 3D array in Python (2.7) to use like this:

  10. python - 3rd Person POV for Game Ursina - Stack Overflow

    Apr 20, 2021 · I am trying to make an rpg-style game with ursina. I want to have the camera always follow the back of the character. I tried using camera.look_at(player) but I couldn't get …