mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-01 19:14:13 +01:00
Compare commits
58 Commits
8092075422
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11f127acb0 | ||
|
|
db335bf337 | ||
|
|
ae02f4932d | ||
|
|
3f052c74b9 | ||
|
|
08d9123cee | ||
|
|
6cd60ed357 | ||
|
|
3721d2a57f | ||
|
|
e6fc5b8123 | ||
|
|
aa1c31fa4c | ||
|
|
aa2006212c | ||
|
|
bf051b50c1 | ||
|
|
8c93ed57fa | ||
|
|
a4c48cb556 | ||
|
|
7412f64663 | ||
|
|
ab16c2afb4 | ||
|
|
6ce232b53c | ||
|
|
44d2a1c8b9 | ||
|
|
26d700d9b7 | ||
|
|
3fb7fa200b | ||
|
|
46159bbd56 | ||
|
|
326f908005 | ||
|
|
4fc1b07928 | ||
|
|
c6839388a2 | ||
|
|
703abf9219 | ||
|
|
0fad7ef15d | ||
|
|
f1605703a8 | ||
|
|
de476fc8f7 | ||
|
|
403d8855de | ||
|
|
54f5b3c422 | ||
|
|
489ebb0f5f | ||
|
|
8f6d8384ff | ||
|
|
3de4189a59 | ||
|
|
c28d285212 | ||
|
|
a4e32159b8 | ||
|
|
9d99602580 | ||
|
|
a8cc5f5c76 | ||
|
|
4da8c7ed7c | ||
|
|
50382ea109 | ||
|
|
fef768c98d | ||
|
|
f70e760b1b | ||
|
|
fabc5429c6 | ||
|
|
b09f26372e | ||
|
|
7d87838ea9 | ||
|
|
cad1d819ac | ||
|
|
93ee191bf9 | ||
|
|
3c70332872 | ||
|
|
b21e5cff96 | ||
|
|
eab8430f8f | ||
|
|
12fae4d30d | ||
|
|
a587ee6fed | ||
|
|
645b9926ab | ||
|
|
71af7ac761 | ||
|
|
134342064b | ||
|
|
4b4d63b289 | ||
|
|
58f7453b0b | ||
|
|
07cec00b1a | ||
|
|
4ed83e32a4 | ||
|
|
ea1cd46d22 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: "yarn install"
|
- run: "yarn install"
|
||||||
- run: "yarn build"
|
- run: "yarn build"
|
||||||
- uses: "actions/upload-artifact@v5"
|
- uses: "actions/upload-artifact@v6"
|
||||||
with:
|
with:
|
||||||
name: "frontend"
|
name: "frontend"
|
||||||
path: "dist"
|
path: "dist"
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- run: "poetry lock"
|
- run: "poetry lock"
|
||||||
- run: "poetry install"
|
- run: "poetry install"
|
||||||
- run: "poetry run python yacv_server/logo.py"
|
- run: "poetry run python yacv_server/logo.py"
|
||||||
- uses: "actions/upload-artifact@v5"
|
- uses: "actions/upload-artifact@v6"
|
||||||
with:
|
with:
|
||||||
name: "logo"
|
name: "logo"
|
||||||
path: "assets/logo_build"
|
path: "assets/logo_build"
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
- run: "poetry lock"
|
- run: "poetry lock"
|
||||||
- run: "poetry install"
|
- run: "poetry install"
|
||||||
- run: "YACV_DISABLE_SERVER=true poetry run python example/object.py"
|
- run: "YACV_DISABLE_SERVER=true poetry run python example/object.py"
|
||||||
- uses: "actions/upload-artifact@v5"
|
- uses: "actions/upload-artifact@v6"
|
||||||
with:
|
with:
|
||||||
name: "example"
|
name: "example"
|
||||||
path: "export"
|
path: "export"
|
||||||
|
|||||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
name: "github-pages"
|
name: "github-pages"
|
||||||
url: "${{ steps.deployment.outputs.page_url }}"
|
url: "${{ steps.deployment.outputs.page_url }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/download-artifact@v6"
|
- uses: "actions/download-artifact@v7"
|
||||||
with: # Downloads all artifacts from the build job
|
with: # Downloads all artifacts from the build job
|
||||||
path: "./public"
|
path: "./public"
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|||||||
@@ -28,17 +28,17 @@
|
|||||||
"pako": "^2.1.0",
|
"pako": "^2.1.0",
|
||||||
"pyodide": "^0.29.0",
|
"pyodide": "^0.29.0",
|
||||||
"tanmayo7lock": "^1.0.18",
|
"tanmayo7lock": "^1.0.18",
|
||||||
"three": "^0.181.0",
|
"three": "^0.182.0",
|
||||||
"three-mesh-bvh": "^0.9.0",
|
"three-mesh-bvh": "^0.9.0",
|
||||||
"three-orientation-gizmo": "git+https://github.com/jrj2211/three-orientation-gizmo.git",
|
"three-orientation-gizmo": "git+https://github.com/jrj2211/three-orientation-gizmo.git",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.13",
|
||||||
"vuetify": "^3.7.4"
|
"vuetify": "^3.7.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node20": "^20.1.4",
|
"@tsconfig/node24": "^24.0.0",
|
||||||
"@types/node": "^24.0.0",
|
"@types/node": "^24.0.0",
|
||||||
"@types/pako": "^2.0.3",
|
"@types/pako": "^2.0.3",
|
||||||
"@types/three": "^0.181.0",
|
"@types/three": "^0.182.0",
|
||||||
"@vitejs/plugin-vue": "^6.0.0",
|
"@vitejs/plugin-vue": "^6.0.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^5.0.0",
|
"@vitejs/plugin-vue-jsx": "^5.0.0",
|
||||||
"@vue/tsconfig": "^0.8.0",
|
"@vue/tsconfig": "^0.8.0",
|
||||||
|
|||||||
1021
poetry.lock
generated
1021
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -27,8 +27,8 @@ build123d = ">=0.10,<0.11"
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
pygltflib = "^1.16.2"
|
pygltflib = "^1.16.2"
|
||||||
pillow = ">=12,<12.1"
|
pillow = ">=12,<12.2"
|
||||||
poetry-core = "==2.2.1"
|
poetry-core = "==2.3.1"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
taskipy = "^1.14.1"
|
taskipy = "^1.14.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user