Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An OpenGL function pointer loader for Rust

License

NotificationsYou must be signed in to change notification settings

brendanzab/gl-rs

Repository files navigation

Build Status

Overview

This repository contains the necessary building blocks for OpenGL wrapperlibraries. For more information on each crate, see their respective READMEslisted below.

The following crates are contained in this repository:

gl

VersionLicenseDownloads

README

An OpenGL function pointer loader for the Rust Programming Language.

[dependencies]gl ="0.14.0"

gl_generator

VersionLicenseDownloads

README

Code generators for creating bindings to the Khronos OpenGL APIs.

[build-dependencies]gl_generator ="0.14.0"

khronos_api

VersionLicenseDownloads

README

The Khronos XML API Registry, exposed as byte string constants.

[build-dependencies]khronos_api ="3.1.0"

Compiling from source

khronos_api makes use of git submodules. You will need to initialize these before building:

git submodule update --init

webgl_generator

VersionLicenseDownloads

README

Code generators for creating bindings to the WebGL APIs.

[build-dependencies]webgl_generator ="0.2.0"

webgl-stdweb

VersionLicenseDownloads

README

WebGL bindings using stdweb

[build-dependencies]webgl_stdweb ="0.3.0"

[8]ページ先頭

©2009-2025 Movatter.jp