Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-webcl

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-webcl - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc