feat: add Electrobun WGPU prototype (Dawn GPU on Linux confirmed)
This commit is contained in:
parent
14a3dbd096
commit
1f20fc460e
17 changed files with 233127 additions and 0 deletions
18
ui-electrobun/package.json
Normal file
18
ui-electrobun/package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "electrobun-wgpu",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "A minimal WebGPU shader demo",
|
||||
"scripts": {
|
||||
"start": "electrobun dev",
|
||||
"dev": "electrobun dev --watch",
|
||||
"build:canary": "electrobun build --env=canary"
|
||||
},
|
||||
"dependencies": {
|
||||
"electrobun": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue