LoginSignup
7
4

More than 5 years have passed since last update.

RustでOpenGLをやる

Last updated at Posted at 2014-10-03

Cargo.tomlに以下を追加するだけ

嘘です。コード書かないといけません。

[dependencies.gl]
git = "https://github.com/bjz/gl-rs"

[dependencies.glfw]
git = "https://github.com/bjz/glfw-rs.git"

あとは、gl-rsのexamplesを眺めながらゴリゴリ書けばOKです。

関連記事

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4