What problem does it solve?
This Skill is responsible for the core implementation of the bare-metal Document OS, including its drawing capabilities, display management, and essential system components.
Core Features & Use Cases
- Graphics & Rendering: Develop and refine the drawing library, handling font rasterization, alpha blending, and image decoding.
- System Compositing: Implement and improve the display compositor for multi-surface rendering, shadows, and damage tracking.
- Driver Development: Work on GPU and input drivers for seamless hardware interaction.
- Editor Functionality: Enhance the text editor's features like selection and scrolling.
- Use Case: A developer needs to add support for a new TrueType font to the OS. They would use this Skill to modify the drawing library, write new tests, and visually verify the rendering in QEMU.
Quick Start
Use the os-worker skill to implement gamma-correct sRGB blending in the drawing library.