lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I guess you mean AGG, it is the anti-grain geometry.

Yes, sorry.

> If you believe there is a real interest I can try to separate them
> from the core and produce an indipendent module.
> 
> For the other side may be we should re-think the modus operandi since
> right now the library open its own window for displaying graphics and
> produce a pthread to keep the window updated outside of the Lua main
> loop. It is possible to add element to an existing window by adding
> them to a 'plot' object. The method of the plot object are secured for
> concurrent access with a pthread mutex (global for all the object).
> 
> I believe this is a very good model for GSL shell but I was wondering
> if it is fine for a general purpose graphics library.

It'd be better to be able to save an image (as well, if possible).