simple display (from: GUI library for D)

Michel Fortin michel.fortin at michelf.com
Sat Apr 9 04:11:02 PDT 2011


On 2011-04-08 22:31:11 -0400, Matthias Pleh <jens at konrad.net> said:

> For the drawingt part. I'm currently working on a rednerer with 
> scanline algorithm. This will be completly OS-independent. It's in a 
> single file with 2kLOC, and rather low level drawing. I just render on 
> a simple ubyte-array, but it already support polygon-rendering, 
> antialiasing and different color-structs.

Oh! really nice.


> This is how it looks like for now:
> http://img683.imageshack.us/i/testawa.jpg/
> this takes currently 62ms to render, don't know if this is fast enough,
> but can definitley improved.

The important thing is to have an API. Once it works we can concern 
ourselves with speed. What's the API like?


-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



More information about the Digitalmars-d mailing list