|
|
||
|
Hi,
(Sorry for late reply)
A while ago I started a project like this.
The goal was a highly efficient hand generated full Cairo binding for Lua that was portable between Linux, OS X, and Windows. Since Cairo is such a low-level API I wanted something with maximum performance.
I got too busy to finish it but I got pretty far and you may find the source helpful. I just put it up here (at the top of the page): http://imago.functionalfuture.com/
We need somebody to collect our works to make a real binding ;)
Eventually I wanted to write a SVG API entirely in Lua. I know Cairo has a SVG library but I wanted something with more power and where it was easier to access the internals of the SVG structure. For example, it would be nice to be able to create a SVG that used Lua as the scripting language rather than Javascript.
CR
-- Regards, Hakki Dogusan