How's factorio?
Blurry rendering of games on Mac
111–120 of 328 posts
Re: Blurry rendering of games on Mac
#112Earlier quoted context omitted.
I just replaced a nuc 9 ghost canyon with a Mac mini. The difference in power consumption is insane. Nuc was 67 watts. The mini is 4-10. I don’t have enough data for a long term average on the mini yet, but it’s ludicrously efficient.
Is it me or is a 6 year old product on 14nm against whatever isn't exactly the most level of comparisons?
Re: Blurry rendering of games on Mac
#113How is vague "safety" is better than a simple descriptive rect_below_notch?
Re: Blurry rendering of games on Mac
#114This just shows how little Apple cares about gaming on Mac. It's so sad that I spent thousands on multiple Mac devices (MBP, M Studio, etc.) only to be bottlenecked not by hardware, but by Apple's shitty approach to gaming software. I know why they do it though. Apple can't take their undeserved 30% cut of Mac games the same way they take their iOS cuts. We had a teacher years ago who said something that remains true…
I think their bigger problem is there's shit for documentation. You get a big list of function signatures and if you actually want to know how you're supposed to use anything you find the WWDC session from 4 years ago and hope it's still accurate.
Re: Blurry rendering of games on Mac
#115Earlier quoted context omitted.
Its been across the board for me. Have ryzen 6xxx-8xxx mini PCs that are 45-60W and my 5 year old M1 Mini is comparable at a fraction of power draw
I would think a low TDP Ryzen chip shouldn't be that much different. Were those the 15W TDP Ryzens?
The good thing is that the Ryzen boards can be upgraded on RAM and Storage but that seems to be changing with soldered DDR5 on many mini PCs now.
Re: Blurry rendering of games on Mac
#116Am I the only one who finds screens with rounded corners and notches really stupid? We had to struggle for decades with CRTs and their funky geometry, and when we finally get displays with perfect geometry, we botch them again to make them look... cooler?
I've got a MacBook with a notch and I literally never notice it. That's a common sentiment among MacBook users, btw -- I very rarely seeing people complain about the notch. I'm sure there are some, but seems to be a minority.
Re: Blurry rendering of games on Mac
#117Am I the only one who finds screens with rounded corners and notches really stupid? We had to struggle for decades with CRTs and their funky geometry, and when we finally get displays with perfect geometry, we botch them again to make them look... cooler?
Don't think of notches as something stupid that takes away from screen area. Think of them as something that allows the overall screen area to increase, as bevels shrink. And then when the corners of the screen are so close to the corner of the laptop, and the corner of the laptop is rounded, it looks weird if the corner of the screen isn't rounded. Like a square peg in a round hole. Fortunately, it's all context-dep…
The rounded laptop corners is a similar design decision. And also it doesn't look weird to me at all compared to rounded corners for windows, especially when they introduce visible desktop garbage in those now-not-perfectly-covering-rectangles corner areas
Re: Blurry rendering of games on Mac
#118> through NSScreen’s safeAreaInsets How is vague "safety" is better than a simple descriptive rect_below_notch?
Your container views can extend the safe areas for their children as well. In our apps, which allow users to run their own custom projects, we increase the safe area for our UI so that users can avoid it in their own rendering
Safe area is a fairly neat and functional API. The unfortunate thing is the older `CGDisplayCopyAllDisplayModes` API is just lumping all resolutions together
Re: Blurry rendering of games on Mac
#119Re: Blurry rendering of games on Mac
#120> through NSScreen’s safeAreaInsets How is vague "safety" is better than a simple descriptive rect_below_notch?
I assume they also wanted to choose something that would still be named appropriately if they had other kinds of notches or things in the future (and that even now it already accounts for, say, the curved corners where things also can't display).