Results for "Category: Graphics/ Sound"
It's a 3d Bar winamp Plugin
This code work with a JPEG, GIF, WMF, BMP skin picture. For Ex. Winamp UI or Freeamp UI etc
Plays an Audio CD with a GUI. I've added a volume control, and I've changed the window type so it can move. I added an Eject/Close button so you can insert a new CD and have it updated right a away. I made it clean the track list and update it when you change the CD Device. I'll keep trying to add some new features. Check out my site at: http://storm.prohosting.com/matev/
This is a Window Example in C++. It is identical to a Window in Windows Operating System. This is Very Easy to Use in C++ Graphics. This is written with the Standard C++ Function libraries. And the Great Thing is Reusable to any of your Program in C++. ie., it is Global. * The Window Size is to be Modified in my Next Version.
This is a Program to Explain how to Bring the Same Window that we can see in Window. Normally People will try to bring the Window in VC++ in Windows mode. But this is a Different One. This Window Appears in DOS. This will typically Depict a Wndow in Windows. Its very easy and it uses only the Basic Functions in the Graphics.h Header File in C++. Also a Progress Bar and Command Button is also Given for Reference. You may Include the Command Button and Progress Bar anywhere in your Program that uses Graphics. Mainly it can be used to attract users in DOS with the GUI type of Environment. I've neatly Documented this Program. If you have any doubt Please Contact me at lvramanan@yahoo.com. Please Vote me If you like this Code.
This is small program written in Assembly language for intel pentium processors of series 80x86.This will out put 16 bars of different colors .This Color Bar can swing the mood and will make people happy.I am including '.exe' file also if some body don't have a assembler like MASM they can get from the web.You need masm to compile this program .
Create transparent bitmaps at run-time!
Create your own mp3 player. Provides basic functionality, plus dynamic playlist management. The code uses custom toolbars as player buttons (including tooltips), and MCI library strings to operate the player. A second window with a child listbox is designed to add to and delete from a playlist. The playlist is managed as a linked list during the session, and stored in a file upon exit, so it can be loaded at next start-up.
This Is a cool tool! It is like paint and looks good! The size of brush logic is cool!! Please rate it!!
The purpose of this article is to demonstrate how to build RGB pixels of varying bits per pixel (15, 16, 24, and 32) and it also shows how to RGB color components from an RGB pixel.
My Next step in learning OpenGL from my book. Author says to play around with it, and manipulate the triangle, so I have written a example doing this. Use the up and down arrow keys to change the shape of the triangle.
This is a console C++ media player. Its not perfect and needs alot of work. But this is my 1st version of it. Im working on making it visual.(thx master for helping me) It dose all the simpal stuff open play stop pause resume. Im posting it cause C++ needs some media players to compete w/ vb. It uses win api. It comes w/ a vb project cause i havnt figured out the short path name code, yet. Dont be too harsh I just started c++. Plz vote and write comments.
Bitmap viewer, good way to learn how to draw things
It draws lines on the screen. Looks like a screensaver. Shows some basic C++ coding techniques.
PARTICLE SYSTEM ENGINE, use this class to create fantastic GFX effects in OpenGL! Try to change the default settings and will be simple to create flame, portal, bombFX, snow and other similar particle FXs!
This is meant for anyone who has started programming in c++, and want to learn graphics and maths governed programs.VOTE PLEASE ! Learn from the codes,this can prove a great shortcut!
This contains all 9 tutorials of 3D Graphics Programming using C/C++ Please do take the time to vote and comment. Visit me at www.jayantgandhi.com
This program is a very basic animation. It uses the conio.h header file. It goes to the center of the screen, sets the text color, pauses for a second, and then resets the text and background color and prints more text. This is a verrrrrrrry basic animation.
This program loads bitmaps as frames of animations. Then, you can play back the frames. The program lets you add frames, clear all the frames, play the animation, and stop the animation. You can also adjust the speed at which the animation is played. Its just a simple tool I wrote in a couple hours that I use to view the animations I intend to use in some of my other programs. Its also a good learning tool, since I've got a menu, as well as buttons and a dialog box. The program works, but there are currently very few options.
Program to open & view a .bmp file in color or convert it to 256 level grayscale & perform Histogram Equalization, if required. (with sample images)