2023-07-05 12:19:13 +09:00
2023-06-09 11:32:43 +00:00
2023-06-06 20:54:15 +08:00
2023-07-05 12:19:13 +09:00
2023-07-05 12:19:13 +09:00
2014-07-27 11:41:26 +02:00
2023-05-31 00:28:43 +08:00
2023-06-06 18:37:54 +08:00
2023-05-31 00:28:43 +08:00
2023-06-06 18:58:34 +08:00
2023-05-31 00:28:43 +08:00

glutin_tao

Glutin is a low-level library for OpenGL context creation, glutin_tao uses tao instead of winit.

Docs.rs

[dependencies]
glutin = "0.30.8"

Documentation

Try it!

git clone https://github.com/tauri-apps/glutin
cd glutin
cargo run --example window

Usage

Glutin is an OpenGL context creation library, and doesn't directly provide OpenGL bindings for you.

For examples, please look here.

Note that glutin aims at being a low-level brick in your rendering infrastructure. You are encouraged to write another layer of abstraction between glutin and your application.

The minimum Rust version target by glutin is 1.65.0.

Platform-specific notes

Wayland

Wayland is currently unsupported.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:32:07.586Z
Readme Apache-2.0 4.3 MiB
Languages
Rust 100%