RAPIDS
    Preparing search index...

    Module @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.
    
    • @rapidsai/webgl
    • 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.
    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
    

    Namespaces

    glfw

    Enumerations

    GLFWClientAPI
    GLFWContextCreationAPI
    GLFWInputMode
    GLFWKey
    GLFWModifierKey
    GLFWMouseButton
    GLFWOpenGLProfile
    GLFWWindowAttribute

    Classes

    Monitor

    Type Aliases

    GLFWmonitor

    Variables

    GLFW
    GLFWStandardCursor
    isHeadless