gl11 0.1.1

OpenGL 1.1 bindings, based on gl-rs
Documentation
  • Coverage
  • 0.79%
    15 out of 1910 items documented0 out of 1014 items with examples
  • Size
  • Source code size: 20 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 49.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Kmschr/gl11
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kmschr

gl11

Version License Downloads

Uses gl_generator to create OpenGL 1.1 bindings

[dependencies]

gl11 = "0.1"

Usage

Usage is similar to the gl crate, but with OpenGL 1.1 functions.

Check out the example on how to draw a triangle with GLFW