Factor graphics

Slava Pestov — 2004-09-25 03:30:57

Hi everybody,

I started working on a C library interface for Factor, and SDL is the
first library I've been playing around with.

Here are two screenshots:

http://factor.sf.net/sdl.png
http://factor.sf.net/sdl1.png

In the second screenshot, you can see the beginnings of a turtle
graphics API (I use nested namespaces to reset the turtle to the center
when drawing each line). It is all quite slow, limited and buggy right
now, but its a start :)

Slava