1
SFML projects / Cellular automata with ImGui + SFML + Bazel
« on: November 02, 2020, 06:36:07 am »
Hi everyone 
Currently, I am experimenting (and learning on the way) to work with SFML + Imgui with Bazel under the hood. Therefore, a new project arose - Game of Life!
It's a fun and interesting concept for simulating simple yet smart agent systems with cellular automatons. If you're interested in the project (or, at least, dissolve the "wtf" mist by reading the previous), feel free to enter into the realm of the "GameOfLife" Github repository -> https://github.com/zpervan/GameOfLife
Also, I would appreciate it if someone with more experience has some tips and tricks regarding SFML or general program design of the application.
Thanks and stay safe!

Currently, I am experimenting (and learning on the way) to work with SFML + Imgui with Bazel under the hood. Therefore, a new project arose - Game of Life!
It's a fun and interesting concept for simulating simple yet smart agent systems with cellular automatons. If you're interested in the project (or, at least, dissolve the "wtf" mist by reading the previous), feel free to enter into the realm of the "GameOfLife" Github repository -> https://github.com/zpervan/GameOfLife
Also, I would appreciate it if someone with more experience has some tips and tricks regarding SFML or general program design of the application.

Thanks and stay safe!