Commit Graph

7 Commits

Author SHA1 Message Date
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