Difference between revisions of "Bindings"

From D Wiki
Jump to: navigation, search
m (Fix dead link.)
(C/C++ to D)
Line 16: Line 16:
 
=== C/C++ to D ===
 
=== C/C++ to D ===
  
* [http://dlang.org/htod.html htod]
+
== Bindings ==
* [https://github.com/jacob-carlborg/dstep dstep]
+
=== Compression & Encryption ===
* [http://www.swig.org/Doc2.0/D.html SWIG]
+
{{Projects
* [https://bitbucket.org/denis-sh/cwrap cwrap] (high-level wrapper generator)
+
| Projects =
 +
 
 +
{{Project
 +
| name = '''htod'''
 +
| about =
 +
| platform =
 +
| license =
 +
| url = http://dlang.org/htod.html
 +
}}
 +
{{Project
 +
| name = '''dstep'''
 +
| about =
 +
| platform =
 +
| license =
 +
| url = https://github.com/jacob-carlborg/dstep
 +
}}
 +
{{Project
 +
| name = '''SWIG'''
 +
| about =
 +
| platform =
 +
| license =
 +
| url = http://www.swig.org/Doc2.0/D.html
 +
}}
 +
 
 +
{{Project
 +
| name = '''cwrap'''
 +
| about = High-level wrapper generator
 +
| platform =
 +
| license =
 +
| url = https://bitbucket.org/denis-sh/cwrap
 +
}}
 +
 
 +
}}
  
 
=== Objective-C to D ===
 
=== Objective-C to D ===

Revision as of 20:31, 19 May 2014

Articles

Articles on binding D to C:

Projects

Projects and repositories for collecting / maintaining D bindings:

Binding generators

Projects which automate generating D bindings:

C/C++ to D

Bindings

Compression & Encryption

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Icon dpackage 48.png
Icon dpackage 48.png
Icon dpackage 48.png
High-level wrapper generator


Objective-C to D

D to C/C++

Bindings

Compression & Encryption

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
D version of the C headers for openssl MIT Windows/POSIX
Icon dpackage 48.png
Interface to LZMA compression library Windows/POSIX
Icon dpackage 48.png
Interface to GNUTLS library LGPL


Multimedia & Games

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
MediaInfo supplies technical and tag information about your video or audio files. GPL/LGPL Windows
Icon dpackage 48.png
Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. It is released in source code format under the Gnu Lesser General Public License. LGPL Windows/POSIX
Icon dpackage 48.png
Allegro 4 and Allegro 5 are cross-platform, open source, game programming libraries, primarily for C and C++ developers.
Icon dpackage 48.png
DerelictOrg is a collection of D bindings to C shared (dynamic) libraries which are useful for multimedia applications, with a heavy bias toward game development-related libraries.

Bindings:

  • ALURE
  • ASSIMP
  • DevIL
  • FreeImage
  • FreeType
  • GLFW
  • Lua
  • ODE
  • OpenAL
  • OpenGL
  • PhysicsFS
  • SDL2
  • SFML2
  • Vorbis
  • libogg
  • libpq

Older versions:

Icon dpackage 48.png
Mediastreamer2 is a powerful and lightweighted streaming engine specialized for voice/video telephony applications.