Coming soon

amalgame-ui-gfx2d

Gradients, polygons, Bezier, PNG/JPG loading.

amc package add ui-gfx2d GitHub ↗ ← Back to the ecosystem

Overview

2D vector layer on top of SDL/GL — geometric primitives (lines, Bezier curves, polygons), gradients, rasterized text, image loading via image. Designed for custom UIs, dashboards, creative tools.

Features

  • 2D primitives: lines, Bezier curves, polygons
  • Linear and radial gradients
  • Rasterized text via FreeType (dynamic-link)
  • PNG/JPG loading through the image package
  • Status: planning

Example

Minimal usage example — copy-paste runnable after install.

# Coming soon
# amc package add ui-gfx2d

At a glance

Related packages