1 repo
Utilities for generating geometric vertex data from shapes and text.
Distinguishing note: Focuses on geometry generation rather than general-purpose rendering.
Explore 1 awesome GitHub repository matching graphics & multimedia · Tessellation Engines. Refine with filters or upvote what's useful.
This library is an immediate mode graphical user interface toolkit that reconstructs the entire interface every frame. By executing procedural code within a high-frequency loop that matches the display refresh rate, it allows developers to define interactive elements and state updates directly. The framework utilizes a multi-pass rendering approach to resolve layout dependencies, ensuring that widget sizes and positions are calculated accurately before final placement to prevent visual jitter. The project functions as a cross-platform graphics toolkit, providing a portable rendering layer tha
Generates geometry for shapes and text on the CPU before hardware submission.