
Fixed size GameWindow?
Posted Thursday, 22 November, 2007 - 18:30 by objarni inHi!
Pardon my ignorance, I haven't been able to determine if there is a way to open up a GameWindow which is unresizable. From the Quick Start Sample:
public Game() : base(new DisplayMode(800, 600), "OpenTK Quick Start Sample") { }
The reason I want this is for a fixed-background 3d side scrolling game. I don't really want the aspect ratio to be changeable given a bitmapped background and I want the game to run in a window -- you know give the casual feeling.


Comments
It's not possible yet, but
It's not possible yet, but I'll add this in 0.3.14.
Great! Keep up the good work
Great! Keep up the good work
cool I'll just ignore this
cool I'll just ignore this fact for now :) I have a lot of coding on the game engine to do anyway (and editors and converters and and and ... never ending story)