Advertisement

Results for "Category: Graphics/ Sound"

C_Volume2 #82601
Perfeck Analog Clock

very simlpe analog clock

C_Volume2 #82612
Aaaaabsolute Drawing Kit 1.0

A complete paint program for DOS.Innovative saving of files, fill styles etc. See it the difference for Yourself.

C_Volume2 #82637
^!Play music directly to PC's Internal Speaker

Play music directly to PC's Internal Speaker

C_Volume2 #82642
Bitmap Fading

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).

C_Volume2 #82701
The Truth is Out There Demo

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 :)

C_Volume2 #82703
Converting Notes to Frequencies

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!

C_Volume2 #82741
Isometric Tile Map in SDL

A simple Isometric tile map in SDL. Contains the BloodShed Dev-C++ Project.

C_Volume2 #82744
A Matrix Screensaver in DOS

I hope that you like this interactive marix screen saver... Dont't forget to download this code and rate me.....

C_Volume2 #82753
ExplosionEngine

This is an explosion engine of SPACESCR. You can see an explosion in the screen. It's colorful and random, at all.

C_Volume2 #82754
A FUNNY CIRCLE

FUNNY CIRCLE

C_Volume2 #82851
ASP bar chart

This code is an example how to use a random color generator and a table to create a Bar Chart.

C_Volume2 #82947
Image Drop

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.

C_Volume2 #82953
Read Image Dimensions

Allows you to read the width and height for GIF, JPEG (JPG/JFIF), Bitmap(BMP), and PNG files. You can upload a file or load a binary file from the server in the demonstration. This is great when you allow users to Upload files and need to ensure that they fit within a specific set of boundries (ie - uploading banners). Update - Now supports AVI, MOV, MPG/MPEG, and SWF with support from my brother Lucas Moten. JPEG files have also been fixed to read correctly.

C_Volume2 #82954
Oppisite Colour2 (HEX)

Grab the opposite 6 character HEX color. This sums up David Weirs Color invert script with just one line of code. See his original code at http://www.pscode.com/vb/scripts/showcode.asp?txtCodeId=7176&lngWId=4 Be careful when comming close to middle gray scale (808080). opposites are same.

C_Volume2 #83010
Dynamic Pixel Image

Allows you to create 1x1 images of any color including transparent images. (Images can be streatched by defining height and width in image tag)

C_Volume2 #83011
Color Picker 2

This version of the Color Picker supports just about any browser that uses javascript - Including Netscape 3. The downfall is that you "must" run it with a server that allows ASP. A script is included to create "dynamic" images of various colors. Thus - more bandwidth is used to allow visitors to choose colors. It is still a great asset to anyone who wishes to allow users to pick colors dynamically to affect the sites layout and design instantly.

C_Volume2 #83026
Scalable Vector Graphics Charts (SVG) with ASP, Version: Beta 1.0

**** UPDATE 4 JANUARY 2003: This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly", without the need of a plug-in, I highly recommend investing your time in .NET GDI+. For a sample of GDI+ charts please visit my web site at www.alerme.com. Paul Walchli, paul@alerme.com. **** I originally posted SVG code on 10/12/01 that rendered charts using HTML and VBScript. ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at www.alerme.com**. This code creates the charts utilizing ASP by creating the SVG image on the fly and in a "virtual" page. As with the HTML version, this one is also a Beta version. The colors are ugly and the layout is weak. But, on the bright-side, it's functional. I'll post improvements as time allows. To test this code you will need to create a database, table, and three fields. I have included the information from my database in the ReadMe.txt file included in the zip file. If you use the field names above, all you should need to do is change the database name in three files: Default.asp, incBuildPage.asp, and incBuildSVG.asp. If you do a search/replace for "YourDatabaseNameHere" you'll find the line number of where the connection is. If you have any questions, please contact me at paul@alerme.com. Paul

C_Volume2 #83032
Image Directory Listing

Lists thumbnail images within the current directory. Very simple beginner stuff dealing with file scripting object. Handy for viewing your images quickly. Just copy the code and paste it a file called default.asp. Then view the directory on your website.

C_Volume2 #83142
Scalable Vector Graphics Charts (SVG) w/ HTML, Version: Beta 0.1

**** UPDATE 4 JANUARY 2003: This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly", without the need of a plug-in, I highly recommend investing your time in .NET GDI+. For a sample of GDI+ charts please visit my web site at www.alerme.com. Paul Walchli, paul@alerme.com. **** ** ASP VERSION POSTED 11-14-01 ** ** On 1/31/02 I have posted a JavaScript version ... check Java/JavaScript site for code or visit my website at www.alerme.com **. This code is based on what I have posted previously using Vector Markup Language (VML). This code is written in VBScript and SVG. You will be presented an interface that allows you to enter values, pick a chart type, and render the chart to the screen. What you'll see are very basic charts (boring visually) but you will gain the understanding on how you can create SVG charts on the fly with VBScript. What you'll see rendered is well below what you are capable of creating using SVG (there are no animations or transformations). That is the main reason for naming this posting Beta 0.1. In order to view the pages correctly you must 1) download and install an SVG Viewer. 2) Copy the file (included in the zip file) Chart.svg to the root directory of your C: drive (C:\). You can change this location in the code if you wish. 3) Copy the remainder of the files into the same directory on you drive (SVGCharts or whatever). Please let me know if you have any comments or suggestions for the code. I can be contacted at: paul@alerme.com.

C_Volume2 #83143
Vector Markup Language (VML) Charts ASP Version

This code was a very early attempt with vector graphics. If you are interested in creating static chart images "on-the-fly" I recommend .NET GDI+. For charts you can animate check out Scalable Vector Graphics (SVG). For sample of GDI+ and SVG charts please visit my web site at www.alerme.com.

Languages
Top Categories
Global Discovery