[cairo-commit] [cairo-www] src/bindings.mdwn
Bryce Harrington
bryce at freedesktop.org
Thu Feb 11 02:18:11 CET 2016
src/bindings.mdwn | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
New commits:
commit 12e5388d66a7c4c6f251ee4add33dd66a71bdbdc
Author: Cosmin Apreutesei <cosmin.apreutesei at gmail.com>
Date: Mon Feb 1 08:16:25 2016 +0200
add mention to cairo binding for LuaJIT
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
More information about the cairo-commit
mailing list