EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.76k stars 136 forks source link

Resizing window #65

Closed EtienneBruines closed 8 years ago

EtienneBruines commented 9 years ago

We should handle the resizing of the window.

The user should be able to say: I want my things to stretch / shrink as needed (useful for i.e. pong), or to leave the HUD as-is, and just provide a larger/smaller view of "the world" (useful for i.e. Prison Architect, Roller Coaster Tycoon (1+2), etc.)

Currently, the first is implemented. But there's no way to listen for a "ResizeMessage" or something like that.

EtienneBruines commented 8 years ago

I intend to fix this on Sunday the 17th.