This article will show you how to create a 3D starfield using HTML5 Canvas. Below you can see the 3D starfield in action (well, if your browser supports HTML5 canvas). An interesting aspect of this simulation is that the stars that …
Tag Archives: starfield
3D Starfield made using Python and Pygame
Posted by lefam on May 28, 2011
6 comments | 3,448 views
In this tutorial I will show you how to create a pretty cool 3D Starfield simulation using Python and Pygame.
A Cool Parallax Starfield Simulation using Python
Posted by lefam on April 27, 2011
6 comments | 2,995 views
In one of my previous tutorials, I have demonstrated how to create a simple starfield simulation using Python and Pygame. Today, we will make a few modifications in the code from that tutorial to make a pretty cool parallax starfield.
Simple Starfield with Python and Pygame
Posted by lefam on April 24, 2011
None comments | 1,607 views
In this tutorial we will create a simple but cool starfield simulation with Python and Pygame. The tutorial will be very brief and accompanied by a self-explanatory small amount of code.
