Results for "Category: Graphics/ Sound"
It initializes mouse pointer in dos as well as in windows
This is a simple 3DS file loader for OpenGL. It will load 3DS models and display them to the OpenGL screen. The core of this loader comes from http://www.gametutorials.com/ but I wanted to make an even more simplistic version for my own use... and one that loaded jpg, bmp, etc textures.
I found a java class called "jahabi.class" which diplayed excellent fireworks. I decomiled it and changed it over to C++. This will show you how to render a bitmap using SetDIBitsToDevice() and creating a bitmap using CreateDIBSection(). This shows you how to manipulate a bitmap's bits in memory. Great for fast processing of graphic effects. (does not use DirectX or OpenGL)
(Code updated on Feb 14th 2005)3ds Model Viewer has a set of classes that makes possible to load a 3ds file and to display it on a window using OpenGL. You walk through the 3D world using various controls. (Have Fun and DONT FORGET TO VOTE)
This is a control derrived from MFC's CWnd class... it's more or less a worthless control... it doesn't do much but make cool little "bloobs" move around in the control and melts them together. Just a neat little effect to add to your MFC programs to catch someone's attention.
Digital plus Analog-Designed to run perfectly on TC 3.0.Resolution 640 x 480 x16Colors.This particular program is designed to give U the current Date & Time in a graphical enviorenment.It is not only a clock but it shows U the Day,Date N Year too in a Graphically designed manner.The later versions may include skinnable clocks which will definately improve programming capabilities.
shows you how to create effective and good window
A great windows like paint utility! Includes almost all the windows paint functions. Great for Computer Graphics Beginner's Learning.Uses interrupt handling. Includes Icon files made by me. Please let me know about this program.
very simlpe analog clock
A complete paint program for DOS.Innovative saving of files, fill styles etc. See it the difference for Yourself.
Play music directly to PC's Internal Speaker
This example shows how to fade one bitmap into another. Shows how to use GetDIBits for fast image manipulation. Also features images of Anna Kournikova :O).
This is wannabe-demo.it's done in opengl using GLUT with c (compiled on windows machine using VC++6).3d earth rotating around the sun and the stars are shining and there is also some alien spaceship and xfiles music.It shows the basics of OpenGL(glut,user input,sphere mapping,playing music,lighting).it's really basic code and everyone should understand it.I used .raw textures, because they are easy to handle and easy to understand for beginners. ssk,comment,vote :)
here i describe how can convert notes used in music (like c, d, e, f, g, a, b, c sharp, g flat,...) into frequencies you can use e.g. for the pc-speeker or whatever you like. if you think it's usefull, please vote!
A simple Isometric tile map in SDL. Contains the BloodShed Dev-C++ Project.
I hope that you like this interactive marix screen saver... Dont't forget to download this code and rate me.....
This is an explosion engine of SPACESCR. You can see an explosion in the screen. It's colorful and random, at all.
FUNNY CIRCLE
This code is an example how to use a random color generator and a table to create a Bar Chart.
This script allows you to specify an image to fall down the entire height of the web browser. Images drop at random speeds. The number of images dropping may be specified as well. This particular script demonstrates how to drop an image related to the current month. This gives off an interesting effect.