Re: Simple VGA Graphics.
M Bealby <[email protected]> Thu, 08 Mar 2007 18:09:51 +0000 (GMT)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
From: "Vikas N Kumar" <[email protected]> Subject: Re: [movitz-devel] Simple VGA Graphics. Date: Wed, 7 Mar 2007 10:14:23 -0500 > This is great. > I have forever wanted to learn how to do this. > Do you have any starting points for learning ? > > Thanks > Vikas > Thanks. :) One of my main resources was Google actually. Try a search for "vga programming" and a number of tutorials will turn up. One that I found useful (however, avoid the sections about using BIOS calls) was: http://www.geocities.com/SiliconValley/Park/8933/vga.html VGA programming is very rewarding due to its graphical nature, so if you are interested I would urge you to try it. I'm just fleshing out some routines (line, circle etc.) so perhaps someone could make some simple vector graphics demos (or even games!). I hope to have the vector routines (along with some simple compression on that image) and a diff made up by the end of the weekend. Thanks, Martin