Commit Graph

22 Commits

Author SHA1 Message Date
55c46fb7e5 auto-git:
[change] node/server/public/app.js
2025-05-28 03:28:58 +02:00
10a8580b6f Add asynchronous function for spawning spirits in app.js 2025-05-28 03:21:14 +02:00
8de2d1b978 Refactor WebSocket connection with auto-reconnect logic 2025-05-28 03:20:06 +02:00
3987000517 Refactor app.js to improve readability and organization 2025-05-28 03:16:01 +02:00
28fb6f9847 auto-git:
[change] node/server/public/app.js
2025-05-28 03:10:21 +02:00
ce387a7753 Refactor and enhance spirit loading logic in app.js 2025-05-28 03:07:00 +02:00
c1f5347706 Add red box to scene in app.js 2025-05-28 03:04:55 +02:00
6263f5debf Refactor and enhance spirit object processing in app.js 2025-05-28 03:02:46 +02:00
81da864fd0 Add logging for spirit object children 2025-05-28 03:02:46 +02:00
47ff134bb5 Add Spirit class and refactor scene initialization 2025-05-28 02:58:30 +02:00
83c007b9d0 Remove unnecessary console.log and add logging for spirit loading process in app.js 2025-05-28 02:55:28 +02:00
bb025fa8be Adjust spirit object position in app.js 2025-05-28 02:51:12 +02:00
e146451208 Remove unnecessary debug log from showSpirit function 2025-05-28 02:50:07 +02:00
aeac097131 Reformat debug log statement in showSpirit function 2025-05-28 02:50:07 +02:00
267a32e84a Fix duplicate debug log in showSpirit function 2025-05-28 02:50:07 +02:00
7061715849 Add debug log inside showSpirit function 2025-05-28 02:50:07 +02:00
cde3399154 Add debug log for spirit message 2025-05-28 02:50:07 +02:00
43b6a3d3dc Refactor app.js to initialize and animate a 3D scene with foliage, postprocessing, and dynamic lighting 2025-05-28 02:28:16 +02:00
3a1599e56c Add Three.js library and refactor app.js for 3D scene setup and WebSocket integration 2025-05-28 02:24:41 +02:00
3be9b44b03 Refactor app.js to handle WebSocket messages for spirits and update the scene accordingly 2025-05-28 02:09:35 +02:00
13477e0405 Add WebSocket client for spirit data in public/app.js 2025-05-28 02:08:52 +02:00
4eeae39947 Move app.js from server to server/public 2025-05-28 02:00:57 +02:00