Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 900 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 900 Bytes

作って動かす ALifeサポートサイトにあるサンプルコードのRust実装です。
example配下を実行してください。

# example
cargo run --example chap02_gray_scott --release

setup

cargo check

GLSLについて

  • サンプルコードではOpenGL2系の記法が使われているが、gliumでは2系のGLSLが実行できなかったので、OpenGL3.1の記法に書き直しています。
  • GLSL参考1
  • GLSL参考2

example

chap02_game_of_life

chap05_subsumption