summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSijawusz Pur Rahnama <sija@sija.pl>2018-04-10 18:40:04 +0200
committerSijawusz Pur Rahnama <sija@sija.pl>2018-04-10 18:40:04 +0200
commit43c4f107beb3ce4330c682c01741400cb5ffc9fe (patch)
tree8ee30aa23cc12a4b55d26c9ede8752b9942c1c3d
parent1ba1379ca854e8d5cbe014ae873df584f4cc6b5c (diff)
downloadlibgphoto2-43c4f107beb3ce4330c682c01741400cb5ffc9fe.tar.gz
Add Bindings section to README
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81cc4c4de..784207d8b 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,18 @@ libgphoto2 should compile and run on pretty much all Unix-like platforms.
libgphoto2 has _not_ (yet?) been ported to any operating system from MicroSoft.
+## Bindings
+
+- Java: [gphoto2-java](https://github.com/mvysny/gphoto2-java), [libgphoto2-jna](https://github.com/angryelectron/libgphoto2-jna)
+- Python: [python-gphoto2](https://github.com/jim-easterbrook/python-gphoto2), [gphoto2-cffi](https://github.com/jbaiter/gphoto2-cffi)
+- C#: [libgphoto2-sharp](https://github.com/gphoto/libgphoto2-sharp)
+- Go: [go-gphoto2](https://github.com/aqiank/go-gphoto2)
+- Rust: [gphoto-rs](https://github.com/dcuddeback/gphoto-rs)
+- Node.js: [node-gphoto2](https://github.com/lwille/node-gphoto2)
+- Ruby: [ffi-gphoto2](https://github.com/zaeleus/ffi-gphoto2)
+- Crystal: [gphoto2.cr](https://github.com/sija/gphoto2.cr)
+
+
## How to set up libgphoto2
For information on how to set up libgphoto2 and its frontends, see