22.12.1 • Published 11 months ago

@rapidsai/glfw v22.12.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

node-glfw (npm install @rapidsai/glfw)

A node native addon that provides bindings to the platform window manager via GLFW (https://www.glfw.org/).
GLFW provides cross-platform multi-display support for creating native windows that host an
OpenGL or Vulkan rendering context. These bindings provide a stripped-down version of the
DOM's "Window", "Document", and "Canvas" APIs.

dependencies:

  • @rapidsai/webgl

Window management:

  • Window wraps and manages a GLFW Window.
  • Document implements a few DOM Document APIs that frameworks expect.
  • Canvas implements a DOM Canvas APIs that provides a 3D rendering context.

GLFW APIs:

createWindow, showWindow, hideWindow, focusWindow, iconifyWindow, restoreWindow, maximizeWindow, requestWindowAttention, reparentWindow, destroyWindow, getWindowFrameSize, getWindowContentScale, setWindowSizeLimits, getPlatformWindowPointer, getPlatformContextPointer, get/setWindowIcon, get/setWindowSize, get/setWindowTitle, get/setWindowMonitor, get/setWindowOpacity, get/setWindowPosition, get/setWindowAttribute, get/setWindowAspectRatio, get/setWindowShouldClose
22.12.1

11 months ago

22.12.0

12 months ago

22.8.2

1 year ago

22.8.1

2 years ago

22.8.0

2 years ago

22.6.2

2 years ago

22.6.1

2 years ago

22.6.0

2 years ago