/CGoL-rs

Learning project, game of life with compute and render threads using gtk-rs

Primary LanguageRustGNU General Public License v3.0GPL-3.0

CGoL-rs

Learning project, game of life with compute and render threads using gtk-rs and a nice Catppuccin Moka palette

grid_graph.rs : contains useful structures to represent the grid as a graph (look for neighbors...)

main.rs : contains the main code creating the gtk app and running and displaying the game