Difference between revisions of "Bindings"
Line 1: | Line 1: | ||
− | == | + | == Articles == |
− | + | Articles on binding D to C: | |
− | == Compression & Encryption == | + | * [[Bind D to C]] |
+ | * [[Converting C .h Files to D Modules]] | ||
+ | |||
+ | == Projects == | ||
+ | Projects and repositories for collecting / maintaining D bindings: | ||
+ | |||
+ | ** [https://github.com/D-Programming-Deimos Deimos] | ||
+ | ** [http://dsource.org/projects/bindings DSource bindings project] | ||
+ | |||
+ | == Binding generators == | ||
+ | Projects which automate generating D bindings: | ||
+ | |||
+ | === C/C++ to D === | ||
+ | |||
+ | * [http://dlang.org/htod.html htod] | ||
+ | |||
+ | === D to C/C++ === | ||
+ | |||
+ | * [https://d.puremagic.com/issues/show_bug.cgi?id=9285 dtoh] | ||
+ | |||
+ | == Bindings == | ||
+ | === Compression & Encryption === | ||
{{Projects | {{Projects | ||
| Projects = | | Projects = | ||
Line 29: | Line 50: | ||
}} | }} | ||
− | == Multimedia & Games == | + | === Multimedia & Games === |
{{Projects | {{Projects | ||
| Projects = | | Projects = | ||
Line 68: | Line 89: | ||
}} | }} | ||
}} | }} | ||
− | |||
− | |||
− |
Revision as of 13:50, 1 April 2014
Contents
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
D to C/C++
Bindings
Compression & Encryption
Title / Info | Description | License | Platform | |
---|---|---|---|---|
D version of the C headers for openssl | MIT | Windows/POSIX | ||
Interface to LZMA compression library | Windows/POSIX | |||
Interface to GNUTLS library | LGPL |