Hey all, I was just wondering if there is a way to run Pico-8 games on the web (using HTML) or on a desktop at native resolution; One pixel on Pico-8 corresponds to one pixel on my monitor to get a tiny Pico-8 game window?
Any body know if this is possible?
On the desktop, just resize the window and you're all set.
With HTML, I think you'll get what you want by changing the width/height of the <canvas> element to 128x128, and also changing its CSS width/height in styles to 128px.
Oh yeah you're right, you can just resize the window -____-
Thanks for the reply, I'll try it with HTML later :)
Not really what you're after, but I wanted to run Pico-8 with the least stretching possible...
I run my Pi at 256x320. Pico-8 doubles the image and keeps aspect ratio. It's about as close to native as you can get, with a mode that works on a CRT. I then use a HDMI > VGA converter, and VGA > RGB (bnc) cable to a Sony 9" monitor. It looks glorious!
That sounds awesome! I've gotta get myself an old CRT to try Pico-8 on.
[Please log in to post a comment]