12个版本
0.2.9 | 2023年6月3日 |
---|---|
0.2.8 | 2016年7月1日 |
0.2.7 | 2016年6月28日 |
0.2.3 | 2015年9月13日 |
0.1.1 | 2015年7月9日 |
#340 in 数学
每月 68 下载
34KB
1K SLoC
xmath
Rust版的Microsoft DirectXMath. 文档
[dependencies]
xmath = "0.2"
- 可选的glium支持
- 开箱即用的glium_text支持
Glium支持
xmath默认情况下支持glium,但由于其编译时间较长,因此默认禁用。要使用xmath与glium一起使用,您可以在Cargo.toml
中启用它。
[dependencies]
xmath = { version = "0.2", features = ["glium-support"] }
let uniforms = uniform! {
matrix: Matrix::orthographic(width as f32/10.0, height as f32/10.0, 0.0, 1.0)
};
target.draw(&unit.vb, &unit.ib, program, uniforms, &draw_parameters);
依赖关系
~0–1MB
~18K SLoC