Registry / other / pistoncore-glutin-window

pistoncore-glutin-window

JSON →
library0.73.2rscratesunverified

A Piston window back-end using the Glutin library for OpenGL window creation and event handling.

# Cargo.toml [dependencies] pistoncore-glutin_window = "0.73.2"
INSTALL
IMPORT
SIG · PISTONCORE-GLUTIN-
P
pistoncore-glutin-window
otherrustv0.73.2
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.

GlutinWindow
use glutin_window::GlutinWindow;

Creates a basic Piston window using Glutin backend.

use glutin_window::GlutinWindow; use piston::window::WindowSettings; fn main() { let _window: GlutinWindow = WindowSettings::new("Example", [640, 480]) .exit_on_esc(true) .build() .unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.73.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pistoncore-glutin-window — cargo add pistoncore-glutin-window · libregistry