AtlatestRenderedmarkdown
Readme

sigil-graphics

2D graphics, image loading, and font rendering for Sigil.

Provides 2D rendering capabilities via sokolgfx and sokolgp, image loading (stbimage), and font rendering (stbtruetype).

Modules

ModulePurpose
(sigil graphics)Core 2D rendering (shapes, transforms, textures)
(sigil graphics image)CPU-side image loading
(sigil graphics font)Font loading and text rendering

System Prerequisites

  • OpenGL development headers (libgl-dev / mesa-dev on Linux, included with Xcode on macOS)

Dependencies

  • sigil-stdlib
  • sigil-app (sokol_app windowing)

Build

sigil deps install
sigil build

License

BSD-3-Clause