fullscreen scaling help
Posted: Fri Jun 09, 2017 4:13 am
Hello, im quite new to lua and love2D.
my project is simple so far...
-background image
-music (in loop)
-mouse pointer (grabbed in screen)
So far everything works, and the rest to come doesnt seem to be a problem..
(im just doing a demo of a visual novel for a future project)
BUT!
Even after looking at the wiki, trying every method of fullscreen type i could find, my backgound image refuses to scale with the fullscreen size. I looked at TLFres, "Push" and other solutions of the like.. but cannot get them to work (probably outdated?).
So in short,
- I want to scale the 800x600 to the resolution of fullscreen (like a simple zoom-in on a picture)
- I do not care about the images being scaled up and losing resolution
my initial idea was to find an exemple of something simple like love.exe in the love folder as it seems to resize in fullscreen the way i want it to do.. but sadly couldnt find any exemples of something alike more recent than 2013.. and nothing works.
So, if anyone has the time to help a newbie like me, that would be greatly appreciated !
i might just be skipping something really simple.. or not.
Thanks !
my project is simple so far...
-background image
-music (in loop)
-mouse pointer (grabbed in screen)
So far everything works, and the rest to come doesnt seem to be a problem..
(im just doing a demo of a visual novel for a future project)
BUT!
Even after looking at the wiki, trying every method of fullscreen type i could find, my backgound image refuses to scale with the fullscreen size. I looked at TLFres, "Push" and other solutions of the like.. but cannot get them to work (probably outdated?).
So in short,
- I want to scale the 800x600 to the resolution of fullscreen (like a simple zoom-in on a picture)
- I do not care about the images being scaled up and losing resolution
my initial idea was to find an exemple of something simple like love.exe in the love folder as it seems to resize in fullscreen the way i want it to do.. but sadly couldnt find any exemples of something alike more recent than 2013.. and nothing works.
So, if anyone has the time to help a newbie like me, that would be greatly appreciated !
i might just be skipping something really simple.. or not.
Thanks !