graphic framework for Erlang

Mats Cronqvist mats.cronqvist@REDACTED
Mon Aug 29 10:55:52 CEST 2005


   gtkNode (in jungerl) allows you to access e.g. gdk_draw_point(Drawable,Gc,X,Y).

http://developer.gnome.org/doc/API/gdk/gdk-drawing-primitives.html

   mats

Corrado Santoro wrote:
> Hi all,
> 
> I'm searching for a simple graphic framework that allows me to draw images in a 
> window using a function like "put_pixel_at (x,y,color)". It seems that gs does 
> not allow such things, unless I map each pixel in a rectangle object, but this 
> is not a good choice.
> 
> Could you suggest something?
> 
> Thanks,
> --Corrado
> 



More information about the erlang-questions mailing list