File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525| ** FastClipboard** | System | ** 2-3×** | Native vs AWT, zero bugs |
2626| ** FastImageView** | Graphics | ** 10×** | 200ms startup vs 2s Swing |
2727| FastCore | System | — | Cross-platform DLL loader |
28- | FastHotkey | System | — | Global hotkeys ( impossible in pure Java) |
29- | FastTouch | System | — | Multi-touch pressure ( no Java equivalent) |
30- | FastStylus | System | — | Pen tilt/eraser ( no Java equivalent) |
31- | FastTheme | UI | — | Native theming ( no Java equivalent) |
32- | FastNotification | UI | — | Native toasts vs SystemTray |
33- | FastTween | Animation | — | Zero-allocation , object pooling |
34- | FastAnimation | Animation | — | Built on FastTween engine |
28+ | FastHotkey | System | ** ❌ Java can't ** | Global system-wide hotkeys — impossible in pure Java |
29+ | FastTouch | System | ** ❌ Java can't ** | Multi-touch pressure — no Java API exists |
30+ | FastStylus | System | ** ❌ Java can't ** | Pen tilt/eraser — no Java API exists |
31+ | FastTheme | UI | ** ❌ Java can't ** | Native Windows theming — no Java API exists |
32+ | FastNotification | UI | ** ❌ Java can't ** | Native toast notifications — SystemTray is broken |
33+ | FastTween | Animation | ** ⚡ Zero-GC ** | 8 easing functions , object pooling |
34+ | FastAnimation | Animation | ** ⚡ Zero-GC ** | Timeline orchestration on FastTween |
3535
3636** Zero-GC.** ** Zero-Copy.** ** Native Speed.**
3737
You can’t perform that action at this time.
0 commit comments