A Breakout clone written in C using a strict ECS architecture. It's a port of https://github.com/piesku/breakout/tree/tutorial.
Install SDL2 and GLEW using vcpkg. Open the repo in Visual Studio 2019 using
the Open a local folder option.
$ sudo apt install libsdl2-dev
$ mkdir out
$ cd out
$ cmake ..
$ make
$ ./breakoutc
Download SDL2 and copy it to /Library/Frameworks
$ mkdir out
$ cd out
$ cmake ..
$ make
$ ./breakoutc
