Results for "Category: Graphics/ Sound"
This tutorial will teach you how to use the Windows waveOut multimedia functions. It also explains a little about how audio is stored in the digital form. I hope this tutorial is useful. Full source code is included as is a downloadable version wrapped in an MSVC++ project.
This shows how to make a simple free-hand drawing program in Visual C++. The code is commented.
This is a example to show a person how to use more then 16 colors in dos but not all at once.
This app is a tight little image viewer. It's resizable and the aspect ratio is not affected during resize. It allows for slideshow, stay-on-top, image list editing. It's mostly for jpg's but the ctrl that displays the image can be used for any image type.
Pretty cool 3D lower level AI simulator. There is a food chain. The low creatures eat the stationary food, the high creatures eat the low creatures. Once a pair 'mates', the mother carries eggs with her for a while. Once a counter is reached, the eggs hatch. This counter varries with genetics. When a pair mates, the child's DNA is composed of 40% mother's genes, 40% father's and 20% random. The genes contain information that controls the creatures behavior. This behavior works like Maslow's heirarchy of needs. There are 4 states, Look For Food, Look For Mate, Run Away, Roam Around. Genes contain a priority for each state. A creature will not do a priority 2 state if the requirements for priority 1 are not satisfied. These tolerances for these requirements are also contained in the genes.
The smallest media player ever! no sdk or dlls require,it can play this file formats *.wav, .snd, .au, .aif, .aifc, .aiff, .wma, .mp3, .cda, .mid, .rmi, .midi, .mpeg, .mpg, .m1v, .mp2, .mpa, .mpe, .avi, .wmv, .asf, .wm, .wma, .wmv. and much more with only a few lines of code.If you like this program or find it useful please vote.
Just For Users Enjoyment.
3D OBJECT VIEWER This program shows a space shuttle in 3d You can rotate the object and visualize it in a perspective or orthogonal view Use: Arrow keys to rotate the object, + make a view more orthogonal (put camera more distant from the object), - make a perspective view (put camera more near to the object), > and
hey, this is a brilliant work on the basics of c++ graphics. check this out.. briiliant for understanding graphics applications
Writting a winamp2.x plugin actually is an easy task. This plugin displays some 3D objects using points, the objects can translate/rotate/transform in the 3D space. It is a good example for dll programming, please rate for it. I code the 3D engine without using any OpenGL or Direct3D technique (only some manipulation on device content). The dll file need to be put under winamp\plugins\ dir. It read 3d datas from file 3dview.dat (in the same dir). This plugin idea is inspired by screen saver 'dissolves'.
My Code was written on Visual C++ 6.0 and it Changes the Color of the text and background in a common dos window. Much like how the text based RPG games do it. It should work on all compilers.
This utility allows you to draw picture (like in MSPaint Brush) and Writes you program which will give you the picture as output Similar to Ms Front Page. The graphical Editor is good like never before. This works good to have a very compact file than BMP format. With this work you can design your development easily
This is a 3d particle engine written in 5 minutes... literally. It is written on the basecode of NeHe's tutorials at nehe.gamedev.net, but is a completely original work. It displays a total of 10000 particles, and each has a random shade of blue as a color, its own position, and its own speed in all 3 directions. You can rotate the image using the 4 arrow keys. (Hit ESCAPE to exit) Please vote and leave feedback. Ignore the title of 3d RPG, that is because it is one of my future projects im experimenting with.
A Picture creater in 640*480 Graphics Mode This paint use almost every graphic function which is in graphics.h. This program is helpfull for all types of programers who want to learn graphics in c/c++ language. This code is also helpfull for those wants to learn how to use mouse Functions in c/c++ language you can use to draw lines,circles,rects,fill rects etc
This code is made to mimic the graphic effect seen on the move "The Matrix". I was wondering if anyone could tell me if they knew of a way which I could display the text in 256 or more colors while still writing to memory. Using the old 16 colors doesn't allow for a very interesting effect.
With This utility you can show icon on your c programs which run under dos. You can develope icons which shows your appliction more graphical like window utilities
This shows you how to set up a simple 3D world using the OpenGL superset called Glut. This program also calculates the frames per second thanks to a nice class structure.
The scientific calculator performs all scientific operations encountered in enginerring applications.
Last semister, I finished my graphics Lab and thought of trying out 3D transformations and finally ended up with this. Check out the animation. It looks really cool. Maybe you can use this code in your apps as a splash screen or something. Please leave feedback. Thanks. --- Ali
it is just a simple but exquisite animation.