Difference between revisions of "Bindings"
(→C/C++ to D: Add cwrap) |
(→Multimedia & Games: Update Derelict) |
||
Line 82: | Line 82: | ||
}} | }} | ||
{{Project | {{Project | ||
− | | name = ''' | + | | name = '''DerelictOrg''' |
− | | about = | + | | about = 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: | ||
+ | * [http://www.dsource.org/projects/derelict Original DSource project] | ||
+ | * [http://www.dsource.org/projects/derelict/browser/branches/Derelict2 Derelict 2 branch] | ||
+ | * [https://github.com/aldacron/Derelict3 Derelict 3] | ||
| platform = | | platform = | ||
| license = | | license = | ||
− | | url = | + | | url = https://github.com/DerelictOrg |
}} | }} | ||
{{Project | {{Project |
Revision as of 14:18, 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
Objective-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 |