UNPKG
nodecl
Version:
latest (0.1.3-1)
0.1.3-1
0.1.2-1
An implementation of the JavaScript bindings for OpenCL
github.com/jiahansu/nodecl
jiahansu/nodecl
nodecl
/
README.md
14 lines
(11 loc)
•
252 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nodecl ======
nodecl project utilizes [
BridJS
](
https://github.com/jiahansu/BridJS
) to implement JavaScript bindings for OpenCL
###Installation
``` bash npm install nodecl ```
###How to use
``` bash Please find sample code from examples directory ```