Skip to content

k-o-ta/my-alife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

作って動かす 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

About

作って動かすALifeをRustで実装する

Resources

Stars

Watchers

Forks

Packages