node-webcl
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "node-webcl", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "A WebCL implementation for desktops with NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "webcl.js", |
Introduction | ||
============ | ||
This is an implementation of Khronos [WebCL][WEBCL] specification using NodeJS. | ||
This implementation solely relies on [OpenCL][OPENCL] 1.1 C headers. | ||
This implementation solely relies on [OpenCL][OPENCL] 1.1 C headers. | ||
Dislaimer | ||
--------- | ||
While we are close to the WebCL specification, some features in this code may or may not be available in the final specification. As such, this implementation should be considered for | ||
While we are close to the WebCL specification, some features in this code may or may not be available in the final specification. As such, this implementation should be considered for | ||
* experimental development of WebCL/WebGL content, | ||
* experimenting with new constructs that may not be available in browsers, | ||
* experimenting with new constructs that may not be available in browsers, | ||
* coupled with Node.JS awesome capabilities, this software opens the door to non-browser applications (e.g. fast server-side image processing). | ||
@@ -21,2 +21,3 @@ | ||
Copyright (c) 2011-2012, Motorola Mobility, Inc. | ||
Copyright (c) 2011-2015, Mikael Bourges-Sevenier | ||
All rights reserved. | ||
@@ -45,5 +46,5 @@ | ||
git submodule udpate | ||
if you need these binaries. | ||
if you need these binaries. | ||
Installation | ||
@@ -61,3 +62,3 @@ ------------ | ||
Now install the usual way: | ||
Now install the usual way: | ||
@@ -72,4 +73,4 @@ npm install node-webcl | ||
npm link | ||
A crash course on WebCL | ||
@@ -109,3 +110,3 @@ ======================= | ||
* ... execute GL commands | ||
References | ||
@@ -112,0 +113,0 @@ ========== |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138
56429057