Skip to content

Commit

Permalink
add gamepad manual; upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 15, 2025
1 parent 42be19d commit 77dd78a
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 290 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ Bindings in shader:

shaders is mocked to be unified in both compute shader and fragment shader.

### Gamepad Manual

![Default Mode](./assets/protea-default.png)

"Roll mode" means to earier to roll the camera,

![Roll Mode](./assets/protea-roll.png)

### Licence

MIT
Binary file added assets/protea-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/protea-roll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion deps.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{}
:calcit-version |0.9.6
:calcit-version |0.9.7
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@triadica/protea",
"name": "@webgpu-art/protea",
"version": "0.0.2-a1",
"main": "./lib/index.mjs",
"devDependencies": {
"@webgpu/types": "^0.1.51",
"@webgpu/types": "^0.1.53",
"bottom-tip": "^0.1.5",
"query-string": "^9.1.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
"typescript": "^5.7.3",
"vite": "^6.0.7"
},
"dependencies": {
"@calcit/procs": "^0.9.6",
"@calcit/procs": "^0.9.7",
"@triadica/touch-control": "^0.0.4-a1",
"ismobilejs": "^1.1.1"
},
Expand All @@ -21,15 +21,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Triadica/protea.git"
"url": "git+https://github.com/WebGPU-Art/protea.git"
},
"keywords": [
"webgpu"
],
"author": "tiye",
"license": "MIT",
"bugs": {
"url": "https://github.com/Triadica/protea/issues"
"url": "https://github.com/WebGPU-Art/protea/issues"
},
"homepage": "https://github.com/Triadica/protea#readme"
"homepage": "https://github.com/WebGPU-Art/protea#readme"
}
Loading

0 comments on commit 77dd78a

Please sign in to comment.