@mdf200 here ya go, my old Windows Speccy emulator still works (on Windows 10, I am amazed) captured using camera pointing at the screen (because IDK how to screen cap Windows stuff) this is 224x168 scaled with some lookup tables. And to be clear it is scaled in 16 bit color space so the applicability to really low end devices is questionable, but works fine on 80-100MHz ARM devices like the PocketPC and even some slower SH4 or MIPS based PocketPCs IIRC. And, evidently I am crap at playing Nodes.
#retrogames #zxspectrum #emulator #oldcode #oldcomputer #nodesofyesod #gamedev #retro
@stevewetherill That works really well doesn't it. Everything just looks nice and anti-aliased. 😀
@mdf200 it took me quite a while to figure out the approach, one of those things where you lay awake at night thinking about how to optimize it. :)
@mdf200 not that this gives much away, but ...
@stevewetherill Yeah, that's pretty much what I expected, and have the 8x8->7x7 (or smaller) do some basic table driven sampling... but does keep it nice and quick.