All Projects → petercollingridge → Pygame3D

petercollingridge / Pygame3D

Licence: other
Set of modules that use Pygame to display 3D graphics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pygame3D

pygfx
Like ThreeJS but for Python and based on wgpu
Stars: ✭ 72 (+30.91%)
Mutual labels:  3d-graphics
LastSecondSlides
Use the Google speech-to-text API to generate presentation slides as you talk!
Stars: ✭ 32 (-41.82%)
Mutual labels:  pygame
pygame-text-input
a small module that enables you to input text with your keyboard using pygame
Stars: ✭ 114 (+107.27%)
Mutual labels:  pygame
osre
An open source render engine
Stars: ✭ 95 (+72.73%)
Mutual labels:  3d-graphics
orbital-sim
A simple physics engine build over a PyGame simulation to accurately model planetary orbits in space
Stars: ✭ 31 (-43.64%)
Mutual labels:  pygame
sappho
2D Game Library
Stars: ✭ 15 (-72.73%)
Mutual labels:  pygame
PygameDocs
关于Pygame库的中文文档
Stars: ✭ 33 (-40%)
Mutual labels:  pygame
Training-Snake-Game-With-Genetic-Algorithm
training snake game using neural network and genetic algorithm
Stars: ✭ 28 (-49.09%)
Mutual labels:  pygame
ArtOfIllusion
Art of Illusion modeling and rendering suite - core application and tools
Stars: ✭ 58 (+5.45%)
Mutual labels:  3d-graphics
hello-3d-world
Plot 3d points, lines, and polygon on an svg. A demonstration of what you can do with the BareMinimum3d package
Stars: ✭ 53 (-3.64%)
Mutual labels:  3d-graphics
kokko
Simple cross-platform game engine using OpenGL.
Stars: ✭ 14 (-74.55%)
Mutual labels:  3d-graphics
hms-scene-demo
HMS Scene kit demo provides an example of integrating HUAWEI Scene Kit with an app. A 3D graphics rendering engine performs more with less. User-friendly rendering APIs for games, AR & VR apps, and other apps bring your users a stunning visual experience.
Stars: ✭ 18 (-67.27%)
Mutual labels:  3d-graphics
Chrome-Dino-Runner
🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.
Stars: ✭ 22 (-60%)
Mutual labels:  pygame
The-Third-Element
🎮 Small scale RPG game for the ICS3U final project
Stars: ✭ 19 (-65.45%)
Mutual labels:  pygame
D3D12Renderer
Custom renderer and physics engine written from scratch in C++/Direct3D 12.
Stars: ✭ 17 (-69.09%)
Mutual labels:  3d-graphics
3D-Product-Viewer-JavaScript-Plugin
360 Degree Product Viewer using plain JavaScript : Demo-->
Stars: ✭ 70 (+27.27%)
Mutual labels:  3d-graphics
MyChess
中国象棋pygame
Stars: ✭ 30 (-45.45%)
Mutual labels:  pygame
AirHockey
Air Hockey game created using pygame
Stars: ✭ 25 (-54.55%)
Mutual labels:  pygame
Pygin
Simple game engine produced for making easier to build more complex games using Python.
Stars: ✭ 21 (-61.82%)
Mutual labels:  pygame
visgraph simulator
See how visibility graphs work in an interactive way using Pyvisgraph and Pygame
Stars: ✭ 28 (-49.09%)
Mutual labels:  pygame
### Modules ###
 wireframe.py
 wireframeDisplay.py
 examples.py

> wireframe.py

 * Module for creating and manipulating wireframe objects
    Requires:   numpy

> wireframeDisplay.py

 * Module for displaying wireframe objects on a Pygame screen and manipulating in response to keystrokes
    Requires:   wireframe
                pygame
                numpy

> examples.py
 * Module to demonstrate how to use the other module functions
    Requires:   wireframe
                wireframeDisplay 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].