Open Issues Need Help
View All on GitHubAI Summary: Implement a WebGL renderer in the Hatcher IDE's terminal using the @xterm/addon-webgl library to improve rendering performance for high-volume output. This involves importing and configuring the addon, handling context loss, and benchmarking performance improvements.
The open-source DX Engine that gives developers deterministic control over AI.
AI Summary: Refactor the terminal focus/blur event listeners in the Hatcher DX Engine to utilize the native `onFocus()` and `onBlur()` events provided by XTerm.js, aiming to simplify the codebase without altering user-facing functionality. This is a low-priority task focused on improving code maintainability and aligning with the XTerm.js API.
The open-source DX Engine that gives developers deterministic control over AI.
AI Summary: Integrate the @xterm/addon-unicode-graphemes library into the Hatcher DX Engine to support complex Unicode characters and emojis in the terminal, enhancing international language compatibility. This involves importing and loading the addon, then testing its functionality with various complex graphemes.
The open-source DX Engine that gives developers deterministic control over AI.