Registry / other / luminance-glfw

luminance-glfw

JSON →
library0.18.3rscratesunverified

GLFW window and input backend for the luminance graphics framework.

# Cargo.toml [dependencies] luminance-glfw = "0.18.3"
INSTALL
IMPORT
SIG · LUMINANCE-GLFW
L
luminance-glfw
otherrustv0.18.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GlfwSurface
use luminance_glfw::GlfwSurface;

Creates a GLFW window with OpenGL 3.3 context.

use luminance_glfw::GlfwSurface; fn main() { let surface = GlfwSurface::new_gl33("Window", 800, 600).unwrap(); println!("Window created"); }
Debug
Known issues
gotchaRequires a compatible OpenGL driver and GLFW library installed on the system.
fix
Ensure GLFW is installed (e.g., `libglfw3-dev` on Ubuntu) and the system supports OpenGL 3.3+.
affects: >=0.18.0
Upgrade
Version history
0.18.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
luminance-glfw — cargo add luminance-glfw · libregistry