In this tutorial I will show you how to create a pretty cool 3D Starfield simulation using Python and Pygame.
Monthly Archives: May 2011
Rotating Solid Cube Using VB.NET and GDI+
In my last tutorial I have shown how to make a wireframe cube using VB.NET and GDI+. Today, we will work on the code from that tutorial in order to make a rotating solid cube.
Rotating Wireframe Cube using VB.NET and GDI+
Today I will show you how to simulate the rotation of a wireframe cube using VB.NET and GDI+. I assume the reader has at least a basic understanding of Visual Basic.
Rotating 3D Cube using Python and Pygame
In one of my previous tutorials, I have shown how to make a simulation of a wireframe cube using Python and Pygame. Today, we will make a few modifications in the code from that tutorial to make an awesome rotating solid cube. See below the video of the rotating cube.
HTML5 Experiment: A Rotating Solid Cube
Previously I shared an HTML5 experiment consisting of a rotating wireframe cube. Today, I will share a new experiment that makes a rotating solid cube. This experiment is largely based on the wireframe cube experiment.
