Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8eddc02
feat: Migrate project
designDefined Jul 10, 2024
3acf575
feat: Apply resource loader
designDefined Jul 10, 2024
13a4507
Feat/fox boundary (#26)
nuagenic Jul 17, 2024
ffe94a0
Feat/dialogue and anim (#30)
nuagenic Jul 17, 2024
347a3e7
Feat/cannon collide (#31)
nuagenic Jul 17, 2024
d1a8f87
Feat/cannon collide2 (#33)
nuagenic Jul 19, 2024
f6db39d
Feat/control hitbox (#34)
nuagenic Jul 22, 2024
d5c31e0
Feat/waffle room scenario (#36)
designDefined Jul 22, 2024
6361490
feat: Create CannonManager (#37)
nuagenic Jul 22, 2024
38f4222
Fix/scenario manager (#38)
designDefined Jul 22, 2024
01a790c
Feat/test scenario manager (#40)
nuagenic Jul 24, 2024
762efeb
Feat/scene manager (#41)
designDefined Jul 24, 2024
aa09954
temp: Delete cannon-es-debugger
designDefined Jul 24, 2024
de2c9dd
fix: Update yarn.lock
designDefined Jul 24, 2024
b59349b
feat: Re-Add cannon-es-debugger
designDefined Jul 24, 2024
5286de8
Feat/spin box (#42)
nuagenic Jul 28, 2024
bd54a82
Feat/spin tiles (#45)
nuagenic Aug 1, 2024
c5b82a7
Feat/drag box (#48)
nuagenic Aug 2, 2024
880629e
Feat/wardrobe UI (#49)
designDefined Aug 2, 2024
21a2e80
feat: Resolve player for test
designDefined Aug 2, 2024
03f4c9b
Feat/animate player (#50)
nuagenic Aug 2, 2024
16ae171
feat: 박스 스핀 끝
nuagenic Aug 2, 2024
0f97303
feat: 경계들 생성
nuagenic Aug 2, 2024
d4487af
feat: 막판
nuagenic Aug 3, 2024
a401d25
feat: 수정
nuagenic Aug 3, 2024
7ac918c
Feat/waffle room 22 (#53)
designDefined Aug 3, 2024
bfd77e7
fix: font
designDefined Aug 3, 2024
3d3bd01
fix dailogue and label
designDefined Aug 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10,732 changes: 10,732 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion projects/find-waffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --force",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"es-toolkit": "^1.8.0",
"gsap": "^3.12.5",
"lil-gui": "^0.19.2",
"three": "^0.165.0",
"vanjs-core": "^1.5.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions projects/find-waffle/public/models/Fox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Fox

## Screenshot

![screenshot](screenshot/screenshot.jpg)

## Description

This model demonstrates animated rigging with three different animation cycles: Survey, Walk, and Run. These animations all drive the same joints, so for this model, only one animation should be active at any given time. glTF [specifies](https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#animations) that the client implementation may choose when to play any of the available animations.

## License Information

[CC0](https://creativecommons.org/publicdomain/zero/1.0/): Low poly fox [by PixelMannen](https://opengameart.org/content/fox-and-shiba)

[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/): Rigging and animation [by @tomkranis on Sketchfab](https://sketchfab.com/models/371dea88d7e04a76af5763f2a36866bc)

glTF conversion [by @AsoboStudio and @scurest](https://github.com/KhronosGroup/glTF-Sample-Models/pull/150#issuecomment-406300118)
Binary file not shown.
Loading