Results for "Category: Graphics/ Sound"
Simple Audio Player, shows how to load up a DX9 initialized video into a controllable Picturebox. Also displays some other techniques for .Net like OpenFileDialog, ResizeEvents in .Net, and how to load up pictures at run time in .Net.
Randomizes images on your web page so that viewers will see a different picture each visit or refresh. I did this script to add a little diversity to my personal site.
Why load DirectX to play a sound when you can just call the Windows library?
OpenGL 3D Cube with reflections. The code is written in VC++.NET with Win32 and is using the GL headers
It's a little 3D experiement with C# and GDI+. All I did was mixed in some trig, some drawing functions, and a little alpha-blending. And presto! http://www.stronglytyped.com/software/glass3d/index.html
This tutorial will give you the knowledge to use Microsoft Direct X 9 to play music in your applications. We will do this by using the Direct X 9 Audio class.
Resamples an uploaded image to 75% jpeg, without changing the ratio! If x and y size is equal, the image will be [100px]*[100px]. If x is bigger than y, the image will be [150px or less] * [100px]. If y is bigger than x, the image will be [100px] * [150px or less].
Cube Game ver 1.5 (opengl) You need to order the Cube by Color (everyone know this game) this 3d Game need a fast computer if the cube move slow then you need better graphics Card this a beta version and i will improve it (please Excellent me!!)
shows you how to create effective and good window
Class that draws Pie Graphs.
ALPHABLEND CROP AND INVERT IMAGE
This is awesome!!! G-Text is now a fully customizable, graphical text designer. What does that mean? Well, this thing is great for making text with wonderful effects that can go into a website or anything! It saves images to BMP, GIF, JPG, or PNG. Download now, but don't forget to vote! UPDATE INFO: > You no longer need to press DRAW TEXT: Auto-Redraw now! > Save in 4 different file formats > Load and Save settings > Properties pane > Much more... download now!
hey, this is a brilliant work on the basics of c++ graphics. check this out.. briiliant for understanding graphics applications
This is my first approach to the amazing graphic's word. This code is a picture viewer, which can apply some effects like, rotate, zoom, sharpen, smooth, etc. All this, using new GDI+ and without any line of API code, because the new .NET classes can operate pixel by pixel. The code shows also how to use MDI environments, Clipboard class and open/save dialogs. This code is just an EXAMPLE you can use freely as a base to build real complete image processing applications. Any comment or improvement would be welcomed. I must say that some of the graphic algorithms are based on the excellent book "Mastering Visual Basic .NET" auth: Evangelos Petrousos , which I strongly recommned. Finnally, just say that the code is fully commented to make easier understanding.
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 code will round the edges of your form to give that clipped/rounded look.
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
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
Draw 3D diagrams straight from a recordset, without any components/dlls/ocx at all! pure asp/HTML. see an example on http://www25.brinkster.com/mercury2k. if you like it, vote for me!
This code adjusts the Hue, Saturation and Luminosity of any gif file on the fly! No component needed, it's just asp code. live demo: http://www.cwolves.com/testing/coloradj.html Live site using this: http://www.cwolves.com/home.asp?hue=0&sat=0&lum=0&con=0&red=true&green=true&blue=true&invert=false play with all the querystring values in that link.