mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
Update README.md
This commit is contained in:
parent
3cf24fa777
commit
5cfe3efb05
@ -1,6 +1,6 @@
|
||||
[](http://gpu.rocks/)
|
||||
|
||||
gpu.js is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run it on the GPU using the WebGL API. There is graceful fallback to JavaScript if WebGL is not available.
|
||||
gpu.js is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run them on the GPU using the WebGL API. In the case where WebGL is not available, the functions will still run in regular JavaScript.
|
||||
|
||||
# Example
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user