Platform-native (and headless) GPU-accelerated OpenGL windows
npm install @rapidsai/glfw#### 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