Difference between revisions of "Language Bindings"

From Horde3D Wiki
Jump to: navigation, search
(New page: Due to it's easy to use 'C' DLL interface, Horde3D can be accessed by several programming and scripting languages without much effort. Thanks to our community we currently can already offe...)
 
Line 1: Line 1:
Due to it's easy to use 'C' DLL interface, Horde3D can be accessed by several programming and scripting languages without much effort.
+
Due to its simple 'C' DLL interface, Horde3D can be accessed from most programming and scripting languages without much effort.
Thanks to our community we currently can already offer bindings to:
+
The community has already created bindings for the following languages. Most of the bindings can be found in the [[Community Branch | Community SVN Branch]], however, not all of them are constantly maintained and up-to-date.
  
  <ul>
+
 
    <li>C# </li>
+
* '''C#'''
    <li>Python</li>
+
** Maintained by the Horde3D team
    <li>Lua</li>
+
** Can be found in the SourceForge SVN as well as in the Community Branch
    <li>D</li>
+
* '''Lua'''
  </ul>
+
** In the Community Branch
You can find most of the bindings in the [[Community Branch | community SVN branch]].
+
** The Horde3D Editor has separate bindings as well that can be found [http://mm-werkstatt.informatik.uni-augsburg.de/public/Horde3D/trunk/Tools/Horde3DEditor/src/HordeSceneEditor/LuaBindingsHorde.cpp here]
 +
* '''Python'''
 +
** In the Community Branch
 +
** See [http://www.horde3d.org/forums/viewtopic.php?f=1&t=313 this thread] for further info
 +
* '''D'''
 +
** Two independent bindings exist, both located in the Community Branch
 +
** 1. Native bindings which redeclare the C API and are directly usable by linking against the Horde3D library (see [http://www.horde3d.org/forums/download/file.php?id=157 this thread])
 +
** 2. Bindings using Derelict and function pointers (see [http://www.horde3d.org/forums/download/file.php?id=156 this thread])
 +
* '''Pascal'''
 +
** See [http://www.horde3d.org/forums/viewtopic.php?f=1&t=1058 this thread] for further info
 +
* '''Squirrel'''
 +
** In the Community Branch
 +
** See [http://www.horde3d.org/forums/viewtopic.php?f=1&t=578 this thread] for further info
 +
* '''Haskel'''
 +
** See [http://www.horde3d.org/forums/viewtopic.php?f=1&t=550 this thread] for further info

Revision as of 18:27, 3 January 2010

Due to its simple 'C' DLL interface, Horde3D can be accessed from most programming and scripting languages without much effort. The community has already created bindings for the following languages. Most of the bindings can be found in the Community SVN Branch, however, not all of them are constantly maintained and up-to-date.


  • C#
    • Maintained by the Horde3D team
    • Can be found in the SourceForge SVN as well as in the Community Branch
  • Lua
    • In the Community Branch
    • The Horde3D Editor has separate bindings as well that can be found here
  • Python
    • In the Community Branch
    • See this thread for further info
  • D
    • Two independent bindings exist, both located in the Community Branch
    • 1. Native bindings which redeclare the C API and are directly usable by linking against the Horde3D library (see this thread)
    • 2. Bindings using Derelict and function pointers (see this thread)
  • Pascal
  • Squirrel
    • In the Community Branch
    • See this thread for further info
  • Haskel