Skip to content

Commit

Permalink
feat: tresleches gui and updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 2, 2023
1 parent 61025b4 commit a0aa99d
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 429 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- [Tres.js](https://tresjs.org) and latest [Three.js](https://threejs.org)
- `@tresjs/cientos` package pre-installed 📦
- `@tresjs/leches` GUI controls for debuging 🍰
- Shader support (glsl) with [`vite-plugin-glsl`](https://github.com/UstymUkhman/vite-plugin-glsl) 🎨

## Usage
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "^3.5.1",
"@tresjs/core": "^3.4.1",
"three": "^0.157.0",
"vue": "^3.3.6"
"@tresjs/cientos": "^3.6.0",
"@tresjs/core": "^3.5.1",
"@tresjs/leches": "^0.14.0",
"three": "^0.159.0",
"vue": "^3.3.9"
},
"devDependencies": {
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.157.2",
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-glsl": "^1.1.2",
"vue-tsc": "^1.8.20"
"@types/three": "^0.159.0",
"@vitejs/plugin-vue": "^4.5.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-glsl": "^1.2.0",
"vue-tsc": "^1.8.24"
}
}
Loading

0 comments on commit a0aa99d

Please sign in to comment.