Mac Retina Display

31 views
Skip to first unread message

Seanw265

unread,
Aug 7, 2015, 7:35:14 PM8/7/15
to HaxeFlixel
I've done some research but haven't found anything. Does anyone know how to force Haxeflixel to render to the entire resolution of the newer Mac Retina Displays?

I'm a little tired of looking at pixels twice as big as they could be!

Ashiq A.

unread,
Aug 8, 2015, 8:50:43 AM8/8/15
to haxef...@googlegroups.com
Did you try changing your game size to being really, really big in your config file? Maybe specifying this conditionally on the platform being mac?

On Fri, Aug 7, 2015 at 7:35 PM, Seanw265 <sean...@gmail.com> wrote:
I've done some research but haven't found anything. Does anyone know how to force Haxeflixel to render to the entire resolution of the newer Mac Retina Displays?

I'm a little tired of looking at pixels twice as big as they could be!

--
HaxeFlixel Development Community
See our github https://github.com/haxeflixel/ and our documentation http://haxeflixel.com/documentation/
---
You received this message because you are subscribed to the Google Groups "HaxeFlixel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haxeflixel+...@googlegroups.com.
Visit this group at http://groups.google.com/group/haxeflixel.
To view this discussion on the web visit https://groups.google.com/d/msgid/haxeflixel/b7a3b65f-e29c-4d27-9f99-580fa8a1873e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Seanw265

unread,
Aug 11, 2015, 2:54:07 AM8/11/15
to HaxeFlixel
I have tried that but no luck. I understand that it would be a huge performance waster but I would still like to see my game in the full resolution of the monitor.

SruloArt

unread,
Aug 11, 2015, 6:15:56 AM8/11/15
to HaxeFlixel
Do a trace for your initial stage's size (width/height), it's possible you're just seeing a bug where the event.resize didn't kick in properly (you can look it up over at the HaxFlixel repo Github's issues).

Ashiq A.

unread,
Aug 11, 2015, 7:07:17 AM8/11/15
to haxef...@googlegroups.com
Can you dump the relevant portion of your Project.xml here? Is it specifying the width/height, or specifying them as zero?

What about your Main.hx file? What does it specify for gameWidth and gameHeight?

Reply all
Reply to author
Forward
0 new messages