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.
- Host: GitHub
- URL: https://github.com/robloach/sdl2js
- Owner: RobLoach
- Created: 2016-04-16T06:00:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T06:01:12.000Z (about 10 years ago)
- Last Synced: 2025-03-30T18:02:07.354Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```