Skip to content

Commit c27ed9b

Browse files
Merge branch 'develop'
2 parents e8202a6 + 11109c6 commit c27ed9b

File tree

7 files changed

+141
-108
lines changed

7 files changed

+141
-108
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ GPU.js in the wild, all around the net. Add yours here!
139139
* [Video Convolution using GPU.js](https://observablehq.com/@robertleeplummerjr/video-convolution-using-gpu-js)
140140
* [GPU Rock Paper Scissors](https://observablehq.com/@alexlamb/gpu-rock-paper-scissors)
141141
* [Shaded relief with gpujs and d3js](https://observablehq.com/@rveciana/shaded-relief-with-gpujs-and-d3js/2)
142+
* [Caesar Cipher GPU.js Example](https://observablehq.com/@robertleeplummerjr/caesar-cipher-gpu-js-example)
142143

143144
## Installation
144145
On Linux, ensure you have the correct header files installed: `sudo apt install mesa-common-dev libxi-dev` (adjust for your distribution)

dist/gpu-browser-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.9.4
8-
* @date Sat May 02 2020 11:46:49 GMT-0400 (Eastern Daylight Time)
7+
* @version 2.9.5
8+
* @date Sun Jul 19 2020 07:41:33 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License

dist/gpu-browser-core.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gpu-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.9.4
8-
* @date Sat May 02 2020 11:46:49 GMT-0400 (Eastern Daylight Time)
7+
* @version 2.9.5
8+
* @date Sun Jul 19 2020 07:41:33 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License

dist/gpu-browser.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)