Coming soon

amalgame-ui-gl

OpenGL 3.3 core — GLProgram / GLBuffer / GLTexture.

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

Overview

OpenGL 3.3 core profile binding, on top of ui-sdl for context creation. Typed API around GLProgram, GLBuffer, GLTexture, GLFramebuffer. Target: modern 3D rendering and lightweight compute.

Features

  • OpenGL 3.3 core (with opt-in 4.x extensions)
  • Typed wrappers around GL objects
  • Shader compilation and linking with clear error messages
  • Built on ui-sdl for window/context
  • Status: planning, after ui-sdl stabilizes

Example

Minimal usage example — copy-paste runnable after install.

# Coming soon
# amc package add ui-gl

At a glance

Related packages