mickyscreggs / SWEN222_GroupPage_ArtGame

0 stars 1 forks source link

Reiker: Screen implementation #5

Closed Franimal closed 9 years ago

Franimal commented 9 years ago

If you implement the Screen interface for your renderer I can do the outer window and call your render(). I should be able to put my stuff with that fairly easily then.

mootshell commented 9 years ago

I'm not really sure what the purpose of having initialize() in Screen is... Would it make more sense to do that in the constructor?

Franimal commented 9 years ago

Yeah I think I'll remove initialize and just have it in the constructor, can't remember any good reason why I used that now.

Also going to remove getWindow and replace it with a static getter in GLWindow.