bookmark

Introducing gpu.js: GPU Accelerated JavaScript — Abhishek Soni


Description

gpu.js is a GPGPU(General purpose Programming on Graphical Processing Units) library that lets you hand over hefty calculations to the GPU for super fast operation and output. It currently runs on the browser and node.js, wherein it is using WebGl API’s in the browser, and a single threaded operation on node.js. OpenCL is on the roadmap.

Preview

Tags

Users

  • @mjbrown

Comments and Reviews