Graphics Programming in Assembly

chromatic on 2004-01-31T08:41:41

... object oriented assembly, that is!

It's now possible (modulo a couple of known, if odd, bugs) to create a window and draw pretty colored rectangles into it with Parrot SDL. This time, the glue is very, very simple — mostly PIR. (I hooked Parrot up to SDL with mostly C in 2002.)

I figure, if I'm going to be famous for something, it should be something rightfully bizarre and cool, even if Leo and Dan did most of the hard work as usual.


where can we find it?

jquelin on 2004-02-02T10:50:48

Is it included in parrot's cvs or is it elsewhere?

Re:where can we find it?

chromatic on 2004-02-02T17:14:26

Yes, it's now in Parrot CVS. Leo checked in the example to examples/pni/sdl_blue_rectangle.imc. I have another example to check in later.