Skip to content

Commit

Permalink
WebGPURenderer: Build - three.webgpu.js (three-types#1078)
Browse files Browse the repository at this point in the history
* Move files

* Add webgpu builds

* Update three.js

* Add examples

* Update patch

* Delete examples

* Reset AudioContext

* ReactAreaLightLib

* Update paths

* Update path

* Update example creation to include declaration files

* Add examples

* Update patch

* Delete examples

* Update formatting

* Try fixing it that way

* Add examples

* Update patch

* Delete examples

* Update declarations

* Update tests

* Fix KTX2Loader

* Add examples

* Update patch

* Delete examples

* Update declaration

* Add examples

* Update patch

* Delete examples

* Add setLTC

* Rename folder

* Update words

* Fix file name

* Add src

* Update patch

* Delete src

* Fix

* Fix

* Fix

* Fix

* Add webgpu Lines

* Fixes

* Use local imports

* Add src

* Update patch

* Delete src

* Update declarations

* Fix
  • Loading branch information
Methuselah96 authored Jul 20, 2024
1 parent 5e2d053 commit f1df8ca
Show file tree
Hide file tree
Showing 271 changed files with 1,744 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion .dprint.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"excludes": [
"./examples-jsm",
"./examples-testing",
"./src-testing",
"./three.js",
"pnpm-lock.yaml"
],
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
working-directory: examples-testing
- run: pnpm run format-check
working-directory: examples-testing
test-examples-jsm:
test-src:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -94,16 +94,16 @@ jobs:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run create-examples
working-directory: examples-jsm
- run: pnpm run create-src
working-directory: src-testing
- run: git apply changes.patch
working-directory: examples-jsm
working-directory: src-testing
- run: pnpm run format-check
working-directory: examples-jsm
working-directory: src-testing
- run: pnpm run build-declarations
working-directory: examples-jsm
working-directory: src-testing
continue-on-error: true
- run: pnpm run format-dprint
working-directory: examples-jsm
working-directory: src-testing
- run: pnpm run check-declarations
working-directory: examples-jsm
working-directory: src-testing
Loading

0 comments on commit f1df8ca

Please sign in to comment.