MayaTheShy
a64e9a1a51
feat: Add interaction toolbar and block count HUD to Map3D component
2026-02-20 02:19:51 -05:00
MayaTheShy
be0064aae5
feat: Implement enhanced interaction handling with move, build, and selection previews in Map3D component
2026-02-20 02:18:40 -05:00
MayaTheShy
dd2a877192
feat: Add move and build preview components with selection area for enhanced interaction
2026-02-20 02:18:16 -05:00
MayaTheShy
1ef975cbae
feat: Optimize WorldBlocks rendering with chunked InstancedMesh and interaction handling
2026-02-20 02:18:08 -05:00
MayaTheShy
e62e83cf33
feat: Enhance interaction modes with detailed comments in Map3D component
2026-02-20 02:17:13 -05:00
MayaTheShy
f23ebcb05a
feat: Enhance multi-face texture handling for Minecraft blocks in Map3D component
2026-02-20 02:01:53 -05:00
MayaTheShy
08281d88fe
feat: Expand texture mapping for Minecraft blocks and enhance multi-face block handling
2026-02-20 02:01:00 -05:00
MayaTheShy
8d43c0dc99
feat: Redesign TurtleModel with enhanced shell, head, and leg details; add LED indicators and ambient glow
2026-02-20 00:36:19 -05:00
MayaTheShy
6b45682fac
feat: Adjust turtle rotation logic for Three.js to correctly align based on facing direction
2026-02-20 00:35:21 -05:00
MayaTheShy
baa807ed2a
feat: Add player markers to the scene for better visibility
2026-02-20 00:19:45 -05:00
MayaTheShy
835bfde1f5
feat: Add player marker component with bobbing animation and label
2026-02-20 00:19:06 -05:00
MayaTheShy
90b1e9fdec
feat: Add MiningAreasPanel component for managing mining areas with create, update, and delete functionalities
2026-02-19 23:02:17 -05:00
MayaTheShy
ac841dc1c5
feat: Implement Minecraft texture loading and enhance WorldBlocks rendering with textures
2026-02-16 01:54:53 -05:00
MayaTheShy
81e0dc4959
feat: Enhance block appearance handling with detailed color and texture info, and improve block rendering performance
2026-02-16 01:52:10 -05:00
MayaTheShy
5ec385c1f2
feat: Enhance turtle model and visualization with block surroundings and world block management
2026-02-16 01:35:52 -05:00
MayaTheShy
29dfde9f25
feat: Initialize Turtle Control Center with React and WebSocket server
...
- Added index.html for the main entry point of the client application.
- Created package.json for client dependencies and scripts.
- Implemented App component with view controls and layout.
- Added CSS styles for the application and components.
- Developed ControlPanel component for turtle management and commands.
- Created Map3D component for 3D visualization of turtles.
- Established Zustand store for state management of turtles and WebSocket connection.
- Set up server with Express and WebSocket for handling turtle updates and commands.
- Added REST API endpoints for turtle status updates and command handling.
- Implemented start.sh script for setting up and running the application.
2026-02-15 23:49:46 -05:00