An open API service indexing awesome lists of open source software.

https://github.com/robloach/sdl2js

SDL2.js - Experimental Node.js bindings to SDL2.
https://github.com/robloach/sdl2js

Last synced: about 1 year ago
JSON representation

SDL2.js - Experimental Node.js bindings to SDL2.

Awesome Lists containing this project

README

          

# SDL2js

Yet another attempt at bringing [SDL2](http://libsdl.org) to [Node.js](http://nodejs.org). It attempts to automatically create the bindings through [node-ffi-generate](https://github.com/tjfontaine/node-ffi-generate).

## Development

Build the project by running:

```
npm run build
```

Run the test SDL2 program by running:

```
npm test
```