Results for "Category: Graphics/ Sound"
Use your sound card input analyze frequency response. This application works like a real spectrum analyzer. Uses the line / mic input of the sound card. Great for testing speaker response.
This is an upgrade to my previous Tramp MP3 Player. Now has an Reverb/Echo Module. Improved Playlist (with popup menu).. You can sort the list by Title or Artist. Also you can edit the ID3 info. Added a VU meter control. Fixed a couple of bugs in the decoder. Improved the help (if there is such a thing)... View the Readme.Txt for more info. If you have the old Tramp Player, the playlist files (*.lst) and the trampcfg.dat file are obsolete. Delete them if you install this in the same folder as the previous version. The program is written in VC++ 6.0.
This code demonstrates how to achieve some of the oldschool assembler Demo effects using C# and GDI. No directX! Includes fire, plasma and parallax stars. Fully commented. BUT WHY WOULD YOU WANT TO DO THIS STUFF?! Because we can and those old demos were the coolest things ever!
Much to learn about old-school DemoFX we still have, padawan! In this version we cover more complex effects using GDI: waves, rain and old-fashioned 3D rotation. Anymore tutorials on these are a little difficult to find, especially for C# so get it while it's hot! Fully commented.
I didn't care for the examples of pie charting out there so I created my own. This contains 2 projects: Graphing and a GraphingTestApp. Pie/Bar(Horizontal and vertical). Working on a line graph some of the line graph code is in this version. Can be used in ASP.NET. I actually cleaned up the encapsulation. The new version is easier to create piecharts and bargraphs. Should work in a Windows App and a Web App.
This is version 2. I didn't care for the examples of pie charting out there so I created my own. This contains 2 projects: Graphing.V2 and a GraphingV2Testing. Pie/Bar/Line The bar does more. Line graph is finally complete. Can be used in ASP.NET. (Cleaned up again.) I actually cleaned up the encapsulation. The new version is easier to create piecharts and bargraphs and Line Charts.
This is a example to show a person how to use more then 16 colors in dos but not all at once.
This is a pretty neat effect. You can rotate it on its X and Y axis and it looks like 3d. By holding down the Up or Down button you can see it so to speack animated. ESC EXITS the whole program. By Pressing enter then moving the up or down button again u can take the whole screen and paste it on the screen and still move around it.
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
This shows how to make a simple free-hand drawing program in Visual C++. The code is commented.
Demonstrates how you can draw OpenGL to a window that you created in a dialog box with the resource editor, without having to manually use CreateWindow
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.
A standard ColorPicker that resembles Adobe Photoshop ColorPicker. No Image files used. purely code color algorithms.It is faster since algorithms are used efficiently ( ...within my knowledge); to speedup the running. This is my first C++ programme so the coding styles may not be in a standard way. Forgive me. Any comments (+ or -) or certainly VOTES are welcome... This is not a completed vertion.But includes 3 color space with Hue, Saturation and Brightness. Also see my article ' A Standard ColorPicker' in Visual Basic section that is more completed than this vertion with Preset custom color, Safety palette etc.
An update of my first bargraph project... no more dashes or ugliness. Plus I added a feature which allows you to adjust the hight of the graph. I've also added comments for you who wish to have a little more fun with it. http://www.netortech.com/
Makes an array of strings scroll across your browser. I dunno if anyone can use this but I had some fun making it. :D This script is fully commented (unlike my other pieces of code) If you like it, please vote!. If you don't like it, please vote and leave me a comment so I can make it better. (Eg. tell me how I didn't give you what you expected etc...)
An ASP bar graph. Easily customized and great examples. Customizations include Top Padding, Side Padding, Bar Width, Bar Padding, (Only if bars are in groups.) Group Padding, Number of Groups, Number of Bars Per Group, Maximum Value Values For Each Bar, Colors of Bars, and Titles Of Each Bar! The inputs are all at the top of the code with explanations. Nicely blocked off for your convenience. I have not tested this with Netscape. Please let me know how it does. You can only have a maximum of 18 bars due to restrictions from style properties. This problem is easily breached by using javascript. If you would like that code please email me @ checkerman_1985@yahoo.com
Version 2.0.2 of ASPCanvas draws GIF files directly from script without using server-side components. It includes a suite of drawing functions as well as support for rendering barcodes. This new version draws images 15 times faster than its predecessor. New version includes graphing and charting add-ons.
RangBirangi is a look alike of PaintBrush. It is a DOS based paint application where users can create edit and save their graphic images. The files produced are of very small size as compared to the ones produced in PaintBrush of windows. The coding is very simple. Since the design is Object Oriented, users can add their own bits and make the software more versatile. Since this is my first project, I would love to hear from your side. Please mail me your comments.
Create sprites ( like Mario, Prince etc ) for your games and make them dance and frolic around the screen. Also provided a graphics library for Mode13h library by Pri$m. So go ahead create your games.
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