window

Let's Make an Engine: Window

, in Lets Make an Engine

In the previous entry we built a skeleton project with a terminal application. Nothing against text mode games but we want a fully graphical engine. To this end we first need to create a window. To make our window we …