#opengl #android #ios #3d #gles

sys gles31-sys

Rust对OpenGL ES 3.1的绑定

3个不稳定版本

0.2.0 2022年1月28日
0.1.1 2020年11月30日
0.1.0 2020年11月27日

#758 in 图形API

每月35次下载

MIT/Apache

5KB
75

OpenGL ES 3.1的rust绑定

提供OpenGL ES 3.1的rust绑定

为iOS构建

rustup target add aarch64-apple-ios x86_64-apple-ios
cargo install cargo-lipo
cargo lipo

在MacOS上为Android构建

brew install --cask android-sdk
export ANDROID_HOME=$HOME/Library/Android/sdk/ 
cargo build

无运行时依赖

~0–1.8MB
~34K SLoC