graphics/graphene - The NetBSD Packages Collection

Thin layer of graphic data types

When creating graphic libraries you most likely end up dealing with
points and rectangles. If you're particularly unlucky, you may end
up dealing with affine matrices and 2D transformations. If you're
writing a graphic library with 3D transformations, though, you are
going to hit the jackpot:  4x4 matrices, projections, transformations,
vectors, and quaternions.

Most of this stuff exists, in various forms, in other libraries,
but it has the major drawback of coming along with the rest of
those libraries, which may or may not be what you want. Those
libraries are also available in various languages, as long as those
languages are C++; again, it may or may not be something you want.

For this reason, I decided to write the thinnest, smallest possible
layer needed to write a canvas library; given its relative size,
and the propensity for graphics libraries to have a pun in their
name, I decided to call it Graphene.

This library provides types and their relative API; it does not
deal with windowing system surfaces, drawing, scene graphs, or
input. You're supposed to do that yourself, in your own canvas
implementation, which is the whole point of writing the library in
the first place.

Build dependencies

devel/glib2-tools lang/python311 devel/meson pkgtools/mktools devel/pkgconf pkgtools/cwrappers

Runtime dependencies

devel/glib2 devel/gobject-introspection devel/glib2 devel/gobject-introspection

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64graphene-1.10.8nb1.tgz
NetBSD 10.0aarch64graphene-1.10.8.tgz
NetBSD 10.0aarch64graphene-1.10.8nb1.tgz
NetBSD 10.0aarch64ebgraphene-1.10.8nb1.tgz
NetBSD 10.0aarch64ebgraphene-1.10.8nb1.tgz
NetBSD 10.0alphagraphene-1.10.8nb1.tgz
NetBSD 10.0earmv4graphene-1.10.8nb1.tgz
NetBSD 10.0earmv4graphene-1.10.8nb1.tgz
NetBSD 10.0earmv4graphene-1.10.8.tgz
NetBSD 10.0earmv6hfgraphene-1.10.8nb1.tgz
NetBSD 10.0earmv6hfgraphene-1.10.8.tgz
NetBSD 10.0earmv6hfgraphene-1.10.8nb1.tgz
NetBSD 10.0earmv7hfgraphene-1.10.8nb1.tgz
NetBSD 10.0earmv7hfgraphene-1.10.8.tgz
NetBSD 10.0earmv7hfgraphene-1.10.8nb1.tgz
NetBSD 10.0i386graphene-1.10.8nb1.tgz
NetBSD 10.0i386graphene-1.10.8nb1.tgz
NetBSD 10.0m68kgraphene-1.10.8nb1.tgz
NetBSD 10.0mips64ebgraphene-1.10.8nb1.tgz
NetBSD 10.0powerpcgraphene-1.10.8nb1.tgz
NetBSD 10.0sparcgraphene-1.10.8nb1.tgz
NetBSD 10.0x86_64graphene-1.10.8nb1.tgz
NetBSD 10.0_BETAx86_64graphene-1.10.8nb1.tgz
NetBSD 8.0i386graphene-1.10.8nb1.tgz
NetBSD 8.0i386graphene-1.10.8.tgz
NetBSD 8.0powerpcgraphene-1.10.8.tgz
NetBSD 8.0powerpcgraphene-1.10.8nb1.tgz
NetBSD 8.0powerpcgraphene-1.10.8nb1.tgz
NetBSD 8.0x86_64graphene-1.10.8nb1.tgz
NetBSD 8.0x86_64graphene-1.10.8.tgz
NetBSD 8.0x86_64graphene-1.10.8nb1.tgz
NetBSD 9.0aarch64graphene-1.10.8nb1.tgz
NetBSD 9.0aarch64graphene-1.10.8.tgz
NetBSD 9.0aarch64graphene-1.10.8nb1.tgz
NetBSD 9.0alphagraphene-1.10.8.tgz
NetBSD 9.0alphagraphene-1.10.8nb1.tgz
NetBSD 9.0earmgraphene-1.10.8.tgz
NetBSD 9.0earmv4graphene-1.10.8nb1.tgz
NetBSD 9.0earmv6hfgraphene-1.10.8nb1.tgz
NetBSD 9.0earmv6hfgraphene-1.10.8.tgz
NetBSD 9.0earmv6hfgraphene-1.10.8nb1.tgz
NetBSD 9.0earmv7hfgraphene-1.10.8nb1.tgz
NetBSD 9.0earmv7hfgraphene-1.10.8.tgz
NetBSD 9.0earmv7hfgraphene-1.10.8nb1.tgz
NetBSD 9.0i386graphene-1.10.8nb1.tgz
NetBSD 9.0i386graphene-1.10.8nb1.tgz
NetBSD 9.0m68kgraphene-1.10.8.tgz
NetBSD 9.0mips64ebgraphene-1.10.8.tgz
NetBSD 9.0mipselgraphene-1.10.8.tgz
NetBSD 9.0powerpcgraphene-1.10.8nb1.tgz
NetBSD 9.0powerpcgraphene-1.10.8.tgz
NetBSD 9.0powerpcgraphene-1.10.8.tgz
NetBSD 9.0powerpcgraphene-1.10.8nb1.tgz
NetBSD 9.0sh3elgraphene-1.10.8.tgz
NetBSD 9.0sh3elgraphene-1.10.8nb1.tgz
NetBSD 9.0sparc64graphene-1.10.8.tgz
NetBSD 9.0sparcgraphene-1.10.8.tgz
NetBSD 9.0sparcgraphene-1.10.8nb1.tgz
NetBSD 9.0x86_64graphene-1.10.8nb1.tgz
NetBSD 9.0x86_64graphene-1.10.8nb1.tgz
NetBSD 9.3x86_64graphene-1.10.8.tgz
NetBSD 9.3x86_64graphene-1.10.8nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.