
GitHub - afninfa/Pygame-3D: 3D graphics renderer for Pygame
Pygame 3D is a 3D rendering package for Pygame. It does perspective-projection onto a 2D plane in the space, representing a virtual screen, and uses Pygame's regular 2D drawing functions to display the …
GitHub - Fr5ctal-Dev/pygame3d: Basic 3D rendering for PyGame
Pygame 3D Pygame3D is a cross-platform open-source python library for basic 3D rendering in PyGame. It has many features, from 3D rendering to camera control. It is extremely simple, with a …
Pygame-3D/README.md at main · afninfa/Pygame-3D · GitHub
Pygame 3D is a 3D rendering package for Pygame. It does perspective-projection onto a 2D plane in the space, representing a virtual screen, and uses Pygame's regular 2D drawing functions to display the …
Pygame-3D/README.md at main · afninfa/Pygame-3D · GitHub
Pygame 3D is a 3D rendering package for Pygame. It does perspective-projection onto a 2D plane in the space, representing a virtual screen, and uses Pygame's regular 2D drawing functions to display the …
pygame-3d · GitHub Topics · GitHub
Sep 9, 2025 · The classic kiwi board game Cathedral programmed in python using pygame. Sprite stacking is employed to display the board and pieces in a sudo 3d-view.
3D cube rendering in Pygame · GitHub
Oct 24, 2018 · 3D cube rendering in Pygame. GitHub Gist: instantly share code, notes, and snippets.
A simple 3D world generator made in Python with pygame.
This is more of a demonstration than a full game. The world is a randomly generated 3D grid of voxels. The visuals are from a top-down perspective, so you see the world one 2D slice at a time, like Dwarf …
GitHub - ubuntunux/PyEngine3D: PyEngine3D is open source opengl …
An open source Python 3D engine using the pyopengl API that uses pygame and pyglet as the game backend. Homepage : https://pyengine3d.blogspot.com Documents : https://pyengine3d.readthedocs.io
Pygame 3D Renderer - GitHub
A simple rotating cube in pygame from scratch (without using opengl or something) - nosfty/Pygame3DRenderer
lioil987/3d_pygame_cube_no_openGL - GitHub
Pygame 3D Cube (no openGL) This Python script uses the Pygame library to create a simple 3D visualization of cube. The script defines classes for managing shapes, their positions, and their …