Skip to content

Commit

Permalink
feat: add web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sucresk committed Sep 4, 2024
1 parent 37f4f08 commit bbfd5f4
Show file tree
Hide file tree
Showing 136 changed files with 34,197 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ <h2 class="logo">
<li>
<a href="learn.html">学习</a>
</li>
<li>
<a href="../webEditor/index.html">web版</a>
</li>
<li id="magic-line" style="width: 63px; left: 0px; overflow: hidden;"></li>
</ul>
</div>
Expand Down
15 changes: 15 additions & 0 deletions webEditor/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.91442bee.css",
"main.js": "/static/js/main.33e6837f.js",
"static/js/787.c3ab2eb5.chunk.js": "/static/js/787.c3ab2eb5.chunk.js",
"index.html": "/index.html",
"main.91442bee.css.map": "/static/css/main.91442bee.css.map",
"main.33e6837f.js.map": "/static/js/main.33e6837f.js.map",
"787.c3ab2eb5.chunk.js.map": "/static/js/787.c3ab2eb5.chunk.js.map"
},
"entrypoints": [
"static/css/main.91442bee.css",
"static/js/main.33e6837f.js"
]
}
1 change: 1 addition & 0 deletions webEditor/assets/examples/Bicycle/Bicycle_ske.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webEditor/assets/examples/Bicycle/Bicycle_tex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"imagePath":"Bicycle_tex.png","SubTexture":[{"frameWidth":76,"y":520,"frameHeight":128,"frameX":0,"height":127,"frameY":0,"width":76,"name":"robotFolder/arm_upper","x":1344},{"x":2007,"y":1,"width":38,"name":"robotFolder/arm_lower","height":138},{"frameWidth":36,"y":496,"frameHeight":76,"frameX":0,"height":75,"frameY":0,"width":36,"name":"robotFolder/arm_hand","x":1993},{"x":1969,"y":312,"width":74,"name":"robotFolder/leg_upper","height":182},{"frameWidth":70,"y":312,"frameHeight":206,"frameX":0,"height":206,"frameY":0,"width":69,"name":"robotFolder/leg_lower","x":1898},{"frameWidth":82,"y":520,"frameHeight":44,"frameX":0,"height":43,"frameY":0,"width":82,"name":"robotFolder/leg_foot","x":1512},{"x":1257,"y":520,"width":85,"name":"脚蹬","height":128},{"x":1257,"y":1,"width":517,"name":"车轮","height":517},{"x":1898,"y":205,"width":139,"name":"曲轴","height":105},{"x":1776,"y":405,"width":116,"name":"小牙轮","height":116},{"x":1,"y":1,"width":1254,"name":"车架","height":683},{"x":1776,"y":1,"width":229,"name":"大牙轮","height":202},{"frameWidth":98,"y":520,"frameHeight":118,"frameX":0,"height":118,"frameY":0,"width":97,"name":"robotFolder/head","x":1894},{"x":1776,"y":205,"width":120,"name":"robotFolder/upperbody","height":198},{"x":1422,"y":520,"width":88,"name":"robotFolder/lowerbody","height":106}],"width":2048,"name":"Bicycle","height":1024}
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 webEditor/assets/examples/DBa.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 webEditor/assets/examples/DBj.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 webEditor/assets/examples/DBk.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 webEditor/assets/examples/Dbe.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 webEditor/assets/examples/Dbf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions webEditor/assets/examples/Rooster_Ani/Rooster_An_ske.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webEditor/assets/examples/Rooster_Ani/Rooster_An_tex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"SubTexture":[{"width":118,"y":120,"height":117,"name":"shin_01","x":293},{"width":118,"y":1,"height":117,"name":"shin_02","x":293},{"width":62,"y":492,"height":89,"name":"thigh_02_02","x":255},{"width":56,"y":239,"height":86,"name":"thigh_01_02","x":383},{"width":325,"y":635,"height":201,"name":"body","x":1},{"width":252,"y":343,"height":290,"name":"tail_02","x":1},{"width":110,"y":492,"height":209,"name":"tail_01","x":328},{"width":219,"y":343,"height":147,"name":"wing","x":255},{"width":115,"y":703,"height":132,"name":"neck_shadow","x":328},{"width":290,"y":1,"height":340,"name":"head","x":1},{"width":88,"y":239,"height":69,"name":"hood","x":293},{"width":73,"y":1,"height":53,"name":"beak","x":413},{"width":73,"y":56,"height":53,"name":"beak_lower","x":413},{"width":485,"y":838,"height":93,"name":"copyrights","x":1}],"imagePath":"Rooster_An_tex.png","name":"Rooster_Animation_Project_v24"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bbfd5f4

Please sign in to comment.