Results for "Category: Graphics/ Sound"
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
this a custom control for adding 3d shapes to your project for example Text, Rectangle, Ellipse, Line, Circle, FillEllipse, FillRectangle etc The Control have properties like 3d style, 3d size, font, color, border, back color, fill style etc. the control is created in c# and a sample application for both c#.net and Visual basic.net is provided, please vote and give me some feed back thanks.
Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.
Open source paint program. Features line, rectangle, oval, ruler and poly-line tools. Supports anti-aliasing, transparency, gradient and undo. GDI+ Graphics. Opens GIF, JPEG & BMP. Saves as BMP.
It draws simple objects like rectangles and ellipses. Looks a lot like Paint in the Windows accessories.PLEASE VOTE. I made that program following the instructions of a very good book on MFC programming.
This is a HRM (HUman Resource Management) S/W. The program is created in TURBO C++ 3.0(DOS). With wonderfull WINDOWS ENVIORNMENT(SEE SCREENSHOT).A lot effort has been spent in graphics. This project has been made for HCL as our summer Project. By Joel & Rajat from JSS ACADEMY.(rajatjain@email.com) Write to us for the COMMENTED VERSION of the code. Run MAIN.CPP Login Information. For Employees Page. empid - JOEL ,password - JOEL For Administrator Page. empid - ADMINISTER , password - PASSWORD
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'.