hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

`WindowSettings` should have a `maximized` option too #105

Closed dlight closed 4 years ago

dlight commented 4 years ago

Actually, I will make a PR. But WindowSettings should probably implement Default and/or a builder pattern as well, so that people don't need to specify all options if they want to adjust just some.

dlight commented 4 years ago

There's a lot of other api surface that winit exposes that could be useful to expose in coffee, too.

hecrj commented 4 years ago

I think we can keep WindowSettings explicit for now. In most cases, users only have to write it once.

Closed via #106.