Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Jul 19, 2020
2 parents e8202a6 + 11109c6 commit c27ed9b
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 108 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ GPU.js in the wild, all around the net. Add yours here!
* [Video Convolution using GPU.js](https://observablehq.com/@robertleeplummerjr/video-convolution-using-gpu-js)
* [GPU Rock Paper Scissors](https://observablehq.com/@alexlamb/gpu-rock-paper-scissors)
* [Shaded relief with gpujs and d3js](https://observablehq.com/@rveciana/shaded-relief-with-gpujs-and-d3js/2)
* [Caesar Cipher GPU.js Example](https://observablehq.com/@robertleeplummerjr/caesar-cipher-gpu-js-example)

## Installation
On Linux, ensure you have the correct header files installed: `sudo apt install mesa-common-dev libxi-dev` (adjust for your distribution)
Expand Down
4 changes: 2 additions & 2 deletions dist/gpu-browser-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* GPU Accelerated JavaScript
*
* @version 2.9.4
* @date Sat May 02 2020 11:46:49 GMT-0400 (Eastern Daylight Time)
* @version 2.9.5
* @date Sun Jul 19 2020 07:41:33 GMT-0400 (Eastern Daylight Time)
*
* @license MIT
* The MIT License
Expand Down
4 changes: 2 additions & 2 deletions dist/gpu-browser-core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/gpu-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* GPU Accelerated JavaScript
*
* @version 2.9.4
* @date Sat May 02 2020 11:46:49 GMT-0400 (Eastern Daylight Time)
* @version 2.9.5
* @date Sun Jul 19 2020 07:41:33 GMT-0400 (Eastern Daylight Time)
*
* @license MIT
* The MIT License
Expand Down
4 changes: 2 additions & 2 deletions dist/gpu-browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c27ed9b

Please sign in to comment.