Re: Simple VGA Graphics.

Samium Gromoff <[email protected]> Wed, 07 Mar 2007 14:14:16 +0300
Newsgroups gmane.lisp.movitz.devel
Message-ID <[email protected]>
At Wed, 07 Mar 2007 08:34:04 +0000 (GMT),
M Bealby wrote:
> 
> Well, it's a few months later than I planned, but I have basic VGA support
> (320x200x256) built into movitz now.
> 
> Example screenshot here:
> http://www.bealbywm.plus.com/movitz/ss.png

This is amazing!

> Once I actually understood what was required to get into graphics mode, coding
> it was actually very easy.  Converting the image to the correct format took
> much longer.
> 
> I'm going to flesh out some more graphics functions over the next few days and
> get a diff made up so everyone can have a play.
> 
> Thanks everyone,
> Martin