Miscellaneous 3D graphics demos

Table of Contents

1. Rotating exclamation mark

Wireframe 3D model of a rotating exclamation mark.

Source code

2. 3D bouncing ball

This QBasic program creates a visually engaging 3D animation of a point-cloud ball bouncing around the screen. The program is an example of early computer graphics techniques.

Source code

3. 3D text in a room

Wireframe 3D text hanging in a wireframe 3D room. User can look and fly around in all directions.

Source code

4. 3D bouncing cubes on grid floor

3D wireframe cubes bouncing on a grid floor, creating an immersive and dynamic visual effect.

Source code

5. Matrix math for rotation in 3D space

Instead of combining simple 2D rotors, pixels in this 3D space are rotated by using matrix multiplications.

Source code

6. Maze explorer

The Evolving 3D Maze Explorer is a QBasic program that generates and navigates through a dynamically evolving 3D maze. This program is an excellent example of early 3D graphics programming and provides an interactive experience where users can explore a maze that grows and changes as they navigate through it.

Maze%20explorer.png

Source code

7. Tank animation

Animated tank driving through the bridge back and forward. User can look and fly around in all directions.

Source code

8. Tiled room

Room with some tiles on the wall and on the floor. User can freely fly around.

Source code

Created: 2025-10-22 Wed 03:42

Validate