Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to change window size #20

Open
Fixer-007 opened this issue Dec 7, 2017 · 1 comment
Open

Ability to change window size #20

Fixer-007 opened this issue Dec 7, 2017 · 1 comment

Comments

@Fixer-007
Copy link

Currently game runs under 640x480 windowed (quite tiny) or fullscreen (with somewhat fuzzy picture).

Few ideas:

  • Make game in windowed mode resizable as any window (keeping correct aspect ratio), so you can maximise it to any size you like (even 4K), with some good upscaling making picture sharp.
  • Make fullscreen mode actually use current monitor resolution with some good upscaling (not sure).
@bjaraujo
Copy link
Owner

bjaraujo commented Dec 7, 2017

Yes, that is a good suggestion. There are some problems with full screen mode in SDL. There is a DIRECTX version as well that can be explored. Need to check which mode would be better to do this. The SDL version has one big advantage is that it is cross-platform. But I can maybe release also DIRECTX versions of the game for windows users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants