|
|
|||||||||||||
|
The Games Info Contact About Sean O'Connor |
Here is some code that other developers may find useful A wrapper for easily using DirectX9 in 2D games Use this code to make use of DirectX 9 to make your 2D graphics draw much more quickly. You also get the benefit of being able to use PNGs, anti-aliased fonts and rotated sprites. Creating and playing WAV files Here is all the code you need to create, save and play WAV files. It shows the format used by WAV files and all you need to do is to create the WAV data itself for the sounds you want (eg a sine wave etc...) Make the default browser display a web page This is just a single function to make the default web browser run (unless it's already running) and then display the web page of your choice. |