cairo binding for LuaJIT
Cosmin Apreutesei <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAKJdRamEmmHsNtt2nU_phOFzb38DcX6Q+Jk5Q++HRFGBjqZ7dA@mail.gmail.com> |
Hello everyone, A new binding of cairo for LuaJIT is available at https://luapower.com/cairo Attached is the patch to mention it on the website. Thanks, Cosmin. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-add-mention-to-cairo-binding-for-LuaJIT.patch
(application/octet-stream, 1.9 KB)
From 16a6d2a6bc74afdcb9cb9d58d31715aecb7c7be0 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei <[email protected]> Date: Mon, 1 Feb 2016 08:16:25 +0200 Subject: [PATCH 1/1] add mention to cairo binding for LuaJIT --- src/bindings.mdwn | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/bindings.mdwn b/src/bindings.mdwn index 154479d..0c43396 100644 --- a/src/bindings.mdwn +++ b/src/bindings.mdwn @@ -9,7 +9,7 @@ languages: * C++ : [[cairomm]] * Common Lisp : [cl-cairo2](http://common-lisp.net/project/cl-cairo2/), [cffi-cairo](http://www.cliki.net/cffi-cairo) - + * COM-Wrapper : aka "ActiveX-dll" ... easiest to use with VB5/6 or VBA, comes with cairo as a "satellite-dll" (compiled with StdCall-callingconvention) [download-page:](http://www.thecommon.net/3.html) (a large VB-Democode-Tutorial is available there too) @@ -47,7 +47,9 @@ languages: * Digitalmars D: [cairoD][7] - simple wrapper for D direct C API - * [Lua][11] : [Lua-Cairo][12], [Lua-OOCairo][13], [LuaCairo][16] + * [Lua][11] : [Lua-Cairo][12], [Lua-OOCairo][13], [LuaCairo][16] + + * [LuaJIT][23]: [luapower/cairo][24] * [Vala][14] @@ -66,7 +68,7 @@ integrate it with a graphical user interface toolkit. * [GNUstep][9] bindings: <http://cvs.savannah.gnu.org/viewvc/gnustep/gnustep/core/back/Source/cairo/> - * [GTK+][10] 2.8+ has full support for cairo. + * [GTK+][10] 2.8+ has full support for cairo. [1]: http://www.cairographics.org/manual/language-bindings.html [2]: http://www.mono-project.com/Drawing#Mono.Cairo @@ -90,3 +92,5 @@ integrate it with a graphical user interface toolkit. [20]: https://github.com/ldo/qahirah [21]: https://pythonhosted.org/cairocffi/ [22]: https://wiki.gnome.org/action/show/Projects/PyGObject + [23]: http://www.luajit.org/ + [24]: http://luapower.com/cairo -- 2.7.0.windows.1