o
odinpkg.dev
packages / binding / odin-glfw

odin-glfw

c3e8d05binding

GLFW 3 bindings + wrapper

No license · updated 3 years ago

GLFW 3 bindings

This package implements bindings for GLFW version 3.3.

Config

  • GLFW_SHARED: Link with shared version of glfw3 library.
  • GLFW_SYSTEM: Link with the system version of glfw3 library (linux only).

Status

  • All base functions have a wrapper
  • Can be used with OpenGL packages
  • Can be used with Vulkan packages
  • Linux native functions
  • Darwin native functions
  • Windows native functions

Supported platforms

  • windows_amd64
  • windows_i386
  • linux_amd64
  • linux_i386
  • linux_arm64
  • linux_arm32
  • darwin_arm64
  • darwin_amd64

Notes

The linux binaries have been built both with support for X11 and wayland.