Windows 10 free upgrade ??
Moderator: Moderators
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
Windows 10 free upgrade ??
to upgrade or not?
I am happy with my win7 machine,. should I take the bait and move to 10?
I have used 8.1 on a laptop and found it confusing and annoying,.
Is 10 really the one OS to rule them all? (phone, tablet, tv-box, desktop)
Will ZGE projects just work?
thoughts appreciated,.
I am happy with my win7 machine,. should I take the bait and move to 10?
I have used 8.1 on a laptop and found it confusing and annoying,.
Is 10 really the one OS to rule them all? (phone, tablet, tv-box, desktop)
Will ZGE projects just work?
thoughts appreciated,.
iterationGAMES.com
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
It seem the free upgrade is permanent, however you have a year limited window to actually do it. I suppose they are attempting to push as many ppl as as they can get into their shinny new system.
I may just wait till I get something like this to try 10;
http://liliputing.com/2015/06/ecs-intro ... chips.html
small, quiet, loads of in/outputs, power enough, yet low power draw. .
I recently acquired one of these; http://www.geekbuying.com/item/Tronsmar ... 31614.html
and it is handy for me to have on my TV,. for web, and few apps,. my OUYA alternative.
I would like to develop some games/music apps for this, however I still have not been able to get ANT to build ZGE stuff for me. no idea why? at least with a windows TVbox I can develop stuff I want to use on it,.
I may just wait till I get something like this to try 10;
http://liliputing.com/2015/06/ecs-intro ... chips.html
small, quiet, loads of in/outputs, power enough, yet low power draw. .
I recently acquired one of these; http://www.geekbuying.com/item/Tronsmar ... 31614.html
and it is handy for me to have on my TV,. for web, and few apps,. my OUYA alternative.
I would like to develop some games/music apps for this, however I still have not been able to get ANT to build ZGE stuff for me. no idea why? at least with a windows TVbox I can develop stuff I want to use on it,.
iterationGAMES.com
That's nice of them! This was a bit worrying though : http://www.osnews.com/story/28605/Is_Windows_10_ready_It seem the free upgrade is permanent, however you have a year limited window to actually do it. I suppose they are attempting to push as many ppl as as they can get into their shinny new system.
Which OS are you using now? I did something with ANT to make it work on Linux in Wine together with ZGE. Don't remember what, but if you are in a similar situation I might be able to figure it out again.I would like to develop some games/music apps for this, however I still have not been able to get ANT to build ZGE stuff for me. no idea why? at least with a windows TVbox I can develop stuff I want to use on it,.
Hej Ville,
It's basically the difference between ..
.. and ..
Make sure to watch these images ( taken from the Lazarus wiki ) at native resolution .. if you have desktop / some-kind-of scaling enabled the bottom example will still look blurry obviously.
K
Since windows scales the ( client region of the ) application, everything ends up looking blurry .. in particular text ( sub-pixel rendering doesn't scale properly to begin with ) and the preview window ( your 2960x1684 viewport is only being rendered at 1973x1123 ).VilleK wrote:The Windows 10 install defaulted to the 150% scaling on my computer but I didn't find that particularly disturbing with the ZGE UI. What specifically is it that you react on?
It's basically the difference between ..
.. and ..
Make sure to watch these images ( taken from the Lazarus wiki ) at native resolution .. if you have desktop / some-kind-of scaling enabled the bottom example will still look blurry obviously.
K
I see. I forgot about that, I thought it was only OS X that performed client region scaling in retina modes.
I found this link with lots of info: http://stackoverflow.com/questions/8296 ... r-than-100
Calling the SetProcessDPIAware Windows API function on startup makes the scaling go away but then the fonts in the project tree etc. become too small to read. So it will take some more effort to properly handle highi-dpi resolutions. Hopefully I will have time to do this soon.
I found this link with lots of info: http://stackoverflow.com/questions/8296 ... r-than-100
Calling the SetProcessDPIAware Windows API function on startup makes the scaling go away but then the fonts in the project tree etc. become too small to read. So it will take some more effort to properly handle highi-dpi resolutions. Hopefully I will have time to do this soon.
Hej Ville,
K
Take your time! I doubt many users are using a 4K screen as of yet ( or some configuration that makes them use desktop scaling ). Besides, this behavior isn't exactly uncommon either .. in fact, most applications still aren't DPI aware.VilleK wrote:Hopefully I will have time to do this soon.
K