Home
Kanmeugne's Blog
Cancel

Drawing a 2D Grid with SFML

I started studying simulation of moving agents ten years ago and I have come to realize that regular 2D Grids are extraordinary abstractions for the navigable space. In fact, regular 2D grids are v...

Building a Portable C++ Graphical App with CMake

Few months ago, I found an article that explains how to use GoogleTest and GoogleMock — as an external dependency — in a CMake project. Since the approach is amazingly straightforward, I have manag...