Commit Graph

9 Commits

Author SHA1 Message Date
MayaTheShy
e0495eeb9c feat: Revamp Control Panel styling with enhanced layout, improved responsiveness, and updated visual elements 2026-02-16 02:02:31 -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
cf0b66e2fe feat: Enhance control panel with additional command buttons and improved movement controls 2026-02-16 01:48:50 -05:00
MayaTheShy
bffacbf8c8 feat: Refine command button styles and enhance layout for improved usability and responsiveness 2026-02-16 01:48:46 -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
9a02a8d27f fix: Improve logging for command sending and REST API fallback in turtle store 2026-02-16 01:27:54 -05:00
MayaTheShy
9f9abb45ec fix: Update WebSocket and API URLs to use environment variables for better configuration 2026-02-16 00:29:19 -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