opengl_app

Rustで始めるOpenGL様を写経して手を加えたものです。

Gifのように立方体をx,y,z方向に回転できるようにしています。

rust-opengl-rotate-test

Rust,sdl2をインストールしてcargo run で動作します。(macでのみ動作確認しています)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
brew install sdl2
cargo run