Commit Graph

16 Commits

Author SHA1 Message Date
Aether aaf4d4eb3e
Fix TypeScript strict mode errors - remove unused imports/variables 2026-02-23 20:16:58 +00:00
Aether 09e2d07706
Fix JSX escaping in SetupWizard 2026-02-23 20:15:23 +00:00
Aether 74d95cba39
Configure static linking for Windows - single .exe distribution with OCR 2026-02-23 20:12:46 +00:00
Aether fe6b8066ff
Restore full OCR support with Tesseract integration 2026-02-23 20:07:06 +00:00
Aether f2465b2b4f
Remove OCR dependencies for Windows build - stub implementation 2026-02-23 19:54:25 +00:00
Aether c08b30e52d
Update API docs: remove EntropiaNexus references, use generic Item Database API 2026-02-23 19:47:58 +00:00
Aether c017f2fb2e
Fix Windows build: value clone in settings, mutable img in OCR 2026-02-23 19:40:56 +00:00
Aether fce171808e
Fix Windows build: AppHandle borrow, event lifetime, subscribe signature 2026-02-23 19:40:15 +00:00
Aether 3647f19b59
Fix Windows build: SystemTrayMenuItem, HashMap types, AppHandle clone 2026-02-23 19:39:11 +00:00
Aether d5599f1eb6
Fix Windows build: add urlencoding, fix inner_size float args, fix notification, fix hotkey id 2026-02-23 19:38:17 +00:00
Aether 90349bfa20
Fix Windows build: add missing deps, fix hotkeys import, fix RGBA icons 2026-02-23 19:36:57 +00:00
Aether 77c9811641
Add placeholder icon files for Windows build 2026-02-23 19:33:31 +00:00
Aether 5c6701c9e1
Add Tauri CLI scripts and dependency 2026-02-23 19:18:29 +00:00
Aether 23e5fb69a6
Add OCR enhancements and UI detection system
- OCR calibration system with region configuration
- OCREngine with preprocessing and Tesseract integration
- HP bar, radar, and skill window detection
- Auto-detect UI elements functionality
- Setup wizard for first-run calibration
- Visual region selector with drag-and-drop
- Multi-resolution support (1080p, 1440p, 4K, ultrawide)
- Template matching preparation for UI elements
- Test OCR region functionality
2026-02-23 17:53:45 +00:00
Aether 97afdcc3b9
EU-Utility V3 - Complete Professional Rebuild
Core Features:
- Rust backend with Tauri for native performance
- React + TypeScript frontend with Tailwind CSS
- Plugin system with WebAssembly sandbox
- Global hotkeys with native Rust implementation
- In-game overlay with transparent window
- Real-time event bus for plugin communication

Architecture:
- Domain-driven design with clean architecture
- PluginAPI for secure system access
- WidgetAPI for overlay widgets
- Nexus API integration for item data
- Settings management with persistence

UI Components:
- Dashboard with quick actions
- Plugin manager with grid/list views
- Settings with categories
- Nexus item search and market data
- Minimalist in-game overlay

Documentation:
- Complete API reference
- Plugin development guide
- TypeScript type definitions

Hotkeys:
- Ctrl+Shift+U: Toggle overlay
- Ctrl+Shift+H: Hide overlay
- Ctrl+Shift+F: Universal search
- Ctrl+Shift+N: Nexus search
- Ctrl+Shift+C: Calculator
- Ctrl+Shift+L: Loot tracker

No emojis, SVG icons only (Lucide), dark theme optimized.
2026-02-23 17:46:32 +00:00
Aether 4942c66365
Initial commit - EU-Utility V3 rebuild 2026-02-23 17:28:13 +00:00