1276 Commits

Author SHA1 Message Date
dependabot[bot]
fdff2fe8d3
build(deps): bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 19:03:44 +00:00
Robert Plummer
0d1144214f
Merge pull request #768 from dhritzkiv/update-gl
Update gl to v5.x
2022-11-16 13:44:52 -05:00
Daniel Hritzkiv
9dcb10f711 Update gl to v5.x 2022-07-07 18:37:56 -04:00
Robert Plummer
230d09508c fix: nodeName 2022-03-28 10:51:31 -04:00
Robert Plummer
7bc4992610 fix: OffscreenCanvas, ImageBitmap, and ImageData throws 2022-03-28 10:34:23 -04:00
Robert Plummer
c209412d72 Merge branch 'master' into develop 2022-01-26 17:12:56 -05:00
Robert Plummer
8dcd0546b6 feat: Read from ImageData
And tests and docs
2022-01-26 17:12:49 -05:00
Robert Plummer
2ff65b1ad5 Merge branch 'master' into develop 2022-01-26 16:32:39 -05:00
Robert Plummer
49ee619d82 chore: Bump version number and docs 2022-01-26 16:32:18 -05:00
Robert Plummer
5622b0127b feat: Read from ImageBitmap
Also fixed CPU processing of OffscreenCanvas
2022-01-26 16:28:14 -05:00
Robert Plummer
e9d3b6696b Merge branch 'master' into develop 2022-01-26 15:35:25 -05:00
Robert Plummer
8a7babaf00 feat: Read from OffscreenCanvas
And unit tests
2022-01-26 15:35:04 -05:00
Robert Plummer
5f5e099e9d fix: Don't use min files, they break everything 2021-08-19 09:51:53 -04:00
Robert Plummer
6622ecb6f7
Merge pull request #700 from brakdag/patch-1
add demo
2021-06-17 10:58:52 -04:00
Gustavo Ferreyra
ee436b4107
add demo
Add my demo.
https://observablehq.com/@brakdag/conway-game-of-life-gpu-js
2021-06-16 16:04:37 -03:00
Robert Plummer
97c19d5db6 fix: Use Array(2), Array(3), and Array(4) with both unsigned and single precision 2021-04-14 16:50:55 -04:00
Robert Plummer
1be50c09ed
Merge pull request #676 from ultrasonicsoft/develop
Using GPU.js in Angular example
2021-02-18 10:43:56 -05:00
Balram Chavan
fa91a3d773
Merge pull request #1 from ultrasonicsoft/ultrasonicsoft-gpujs-angular-example
Update README.md
2021-02-18 11:47:48 +01:00
Balram Chavan
c317c2597d
Update README.md 2021-02-18 11:45:21 +01:00
Robert Plummer
6a95650c6b fix: Ensure arguments are targetted correctly 2.11.2 2021-01-19 11:28:26 -05:00
Robert Plummer
b2a4aa8497 Merge branch 'develop' of https://github.com/gpujs/gpu.js into develop 2021-01-19 11:26:03 -05:00
Robert Plummer
c2b75366c6
Merge pull request #665 from evanakm/remove-trailing-commas
Remove trailing commas
2021-01-19 11:25:42 -05:00
Robert Plummer
3be597da99 Merge branch 'master' into develop 2021-01-19 11:20:53 -05:00
Robert Plummer
22604e9a09
Merge pull request #664 from stopyoukid/fix/pipeline-texture-crash
fix: crash when using a pipeline kernel + constant texture
2021-01-19 11:19:56 -05:00
Robert Plummer
8634a6ca84
Merge pull request #667 from gpujs/dependabot/npm_and_yarn/ini-1.3.8
build(deps): bump ini from 1.3.5 to 1.3.8
2021-01-19 11:13:53 -05:00
Robert Plummer
235c8f2fd9
Merge pull request #666 from gpujs/dependabot/npm_and_yarn/bl-1.2.3
build(deps): bump bl from 1.2.2 to 1.2.3
2021-01-19 11:13:35 -05:00
dependabot[bot]
2f39b5206b
build(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19 16:12:59 +00:00
Robert Plummer
9ac69c3ca5
Merge pull request #641 from aron123/patch-1
fix: Fix typo and markdown in README
2021-01-19 11:12:51 -05:00
dependabot[bot]
ed11b1b2ce
build(deps): bump bl from 1.2.2 to 1.2.3
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-19 16:12:40 +00:00
Robert Plummer
51b6be5ac6
Merge pull request #630 from gpujs/dependabot/npm_and_yarn/elliptic-6.5.3
build(deps): bump elliptic from 6.5.0 to 6.5.3
2021-01-19 11:12:06 -05:00
Robert Plummer
99a1e789d5
Merge pull request #628 from gpujs/dependabot/npm_and_yarn/lodash-4.17.19
build(deps): bump lodash from 4.17.15 to 4.17.19
2021-01-19 11:11:47 -05:00
Evan Meikleham
c3db33590c Remove trailing commas 2021-01-18 22:40:35 -05:00
David Tittsworth
40a83eccfa Added a fix for a crash when using a pipeline kernel and a constant texture 2021-01-18 08:09:26 -08:00
Robert Plummer
026763ac74 fix: Better type exports 2021-01-13 15:31:23 -05:00
Robert Plummer
7e3fa3acb0 feat: Removal of istanbul handling
https://github.com/gotwarlost/istanbul/issues/922 & https://github.com/istanbuljs/istanbuljs/issues/499
2021-01-05 15:57:15 -05:00
Robert Plummer
dd07f9498e
Merge pull request #651 from gpujs/608-rewritten-arrays
fix: Ensure arguments are targeted correctly
2020-12-03 10:48:08 -05:00
Robert Plummer
e3fd163505 fix: Ensure arguments are targeted correctly
fix: Added a missing jsdoc
2020-12-02 15:16:35 -05:00
Robert Plummer
d489f1dcb8 fix: Provide native function reordering like standard functions
fix: Provide inline functions source when error
2020-11-12 14:06:19 -05:00
Kiss Áron
e2e97acf14
fix: Fix typo and markdown in README 2020-10-01 16:37:34 +02:00
Robert Plummer
ccf9290fb3 fix: Update gpu-mock.js & Texture typeing 2020-09-23 06:05:13 -04:00
Robert Plummer
29309e0200 fix: Update documentation 2020-09-18 15:46:54 -04:00
Robert Plummer
1dc2739c03 fix: Improve kernel maps typings 2020-09-18 15:41:53 -04:00
Robert Plummer
d5212d3887 fix: Making typescript play more nice 2020-09-17 12:51:21 -04:00
Robert Plummer
4396151d44 fix: Add Float32Array typings 2020-09-10 13:08:45 -04:00
Robert Plummer
d16b5eca5b
Merge pull request #637 from gpujs/625-framebuffer-leak
625 framebuffer leak
2.10.0
2020-08-25 14:07:35 -04:00
Robert Plummer
c09e0b6325 fix: Merge master in, bump, and build 2020-08-25 14:06:40 -04:00
Robert Plummer
bee71782fe feat: Experimental internally defined matrixes 2020-08-25 14:04:39 -04:00
Robert Plummer
3b39adef85 fix: Move framebuffer for raw values to kernel 2020-08-11 08:37:30 -04:00
dependabot[bot]
0283d58f0f
build(deps): bump elliptic from 6.5.0 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 10:21:34 +00:00
Robert Lee Plummer Jr
c27ed9b625 Merge branch 'develop' 2.9.5 2020-07-19 07:42:41 -04:00