Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kashif/node-cuda
NVIDIA CUDA™ bindings for Node.js
https://github.com/kashif/node-cuda
Last synced: 16 days ago
JSON representation
NVIDIA CUDA™ bindings for Node.js
- Host: GitHub
- URL: https://github.com/kashif/node-cuda
- Owner: kashif
- License: other
- Created: 2011-02-23T10:22:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T18:24:42.000Z (almost 9 years ago)
- Last Synced: 2024-10-01T06:44:02.393Z (about 1 month ago)
- Language: C++
- Homepage: http://github.com/kashif/node-cuda
- Size: 61.5 KB
- Stars: 410
- Watchers: 44
- Forks: 57
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-cuda
[node-cuda](https://github.com/kashif/node-cuda) provides [NVIDIA CUDA](https://developer.nvidia.com/cuda-zone)™ bindings for [Node.js](http://nodejs.org/)®.
## Prerequisites
You will need to have a CUDA compatible GPU as well as the latest [CUDA Drivers and Toolkit](https://developer.nvidia.com/cuda-downloads) installed for your platform. Currently only tested on OSX and Linux 64-bit.
## Installation
To obtain and build the bindings:
git clone git://github.com/kashif/node-cuda.git
cd node-cuda
node-gyp configure buildor install it via [npm](https://www.npmjs.org/):
npm install node-cuda