psigen / node-horde3d

node.js bindings for Horde3D rendering engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-horde3d

Node.js bindings to Horde3D through node-ffi.

These bindings are automatically generated via node-ffi-generate from the Horde3D API header file (Bullet-C-Api.h). They have a 1:1 mapping with the existing Horde3D API documentation.

Installing this library via NPM

Currently, this library is not published to npm. However, you can use it in npm projects by adding it to your package.json using a git url:

"dependencies": { 
  "horde3d": "git://github.com/psigen/node-horde3d.git"
}

Example Usage

var h3d = require('horde3d').horde3d;
var sdk = h3d.Horde3DInit;
...
console.log('Doing Horde3D stuff...');
...
h3d.DeleteSdk(sdk);

Compilation notes

  • Nothing weird just yet.

About

node.js bindings for Horde3D rendering engine

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 47.7%Language:C++ 45.9%Language:Objective-C 4.7%Language:CSS 1.3%Language:JavaScript 0.3%Language:Shell 0.0%Language:Python 0.0%