Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
/ glutin Public archive
forked from rust-windowing/glutin

A low-level library for OpenGL context creation, written in pure Rust.

License

Notifications You must be signed in to change notification settings

neovide/glutin

This branch is 81 commits behind rust-windowing/glutin:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2023
Mar 4, 2023
Feb 12, 2023
Feb 7, 2023
Feb 11, 2023
Feb 7, 2023
Feb 7, 2023
Feb 7, 2023
Jul 27, 2014
Nov 12, 2022
Feb 12, 2023
Nov 12, 2022
Nov 12, 2022
Feb 12, 2023
Sep 3, 2022

Repository files navigation

glutin - OpenGL, UTilities, and INput

A low-level library for OpenGL context creation.

Docs.rs

[dependencies]
glutin = "0.30.6"

Contact Us

Join us in any of these:

Matrix Libera.Chat

Usage Examples

Warning: These are examples for master. You can find examples for the latest released version here.

The examples use gl_generator to generate OpenGL bindings.

Try it!

git clone https://github.com/rust-windowing/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.60.0.

Platform-specific notes

Android

Be sure to handle Android's lifecycle correctly when using a winit window by only creating a GL surface after winit raises Event::Resumed, and destroy it again upon receiving Event::Suspended. See this in action in the android.rs example.

To compile and run the Android example on your device, install cargo-apk and start the app using:

$ cargo apk r -p glutin_examples --example android

About

A low-level library for OpenGL context creation, written in pure Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%