Skip to content

Commit

Permalink
Merge pull request #3 from BarthPaleologue/WIP
Browse files Browse the repository at this point in the history
Procedural textures + WebGPU compatibility + First WebXR test
  • Loading branch information
BarthPaleologue authored Dec 16, 2023
2 parents 38b79c2 + b92048b commit 4376d73
Show file tree
Hide file tree
Showing 68 changed files with 1,485 additions and 982 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/greetings.yml

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@babylonjs/core": "^6.32.0",
"@babylonjs/gui": "^6.32.0",
"@babylonjs/core": "^6.33.0",
"@babylonjs/gui": "^6.33.0",
"@babylonjs/havok": "^1.3.0",
"@babylonjs/loaders": "^6.32.0",
"@babylonjs/loaders": "^6.33.0",
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@webpack-cli/generators": "^3.0.7",
"babel": "^6.23.0",
"babel-jest": "^29.7.0",
"css-loader": "^6.8.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"extended-random": "^1.2.2",
"fast-simplex-noise": "^4.0.0",
"glslify-loader": "^2.0.0",
"handle-sliderjs": "^1.3.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"test": "jest --coverage",
"doc": "typedoc src/ts/**/*.ts --out docs",
"lint:check": "eslint src/ts",
"lint:fix": "eslint src/ts --fix"
"lint:check": "eslint src/ts/**/*.ts",
"lint:fix": "eslint src/ts/**/*.ts --fix"
}
}
Loading

0 comments on commit 4376d73

Please sign in to comment.