ParaplegicRacehorse
New Member
- Jan 5, 2019
- 9
- 4
Okay. Thanks to renpytom on the Ren'Py discord channel, I got it working.
It accepts touch screen input.
It rotates and scales with screen orientation.
It takes _forever_ to load (okay, 8-year old cpu and only 2G mem, go figure) and there are a whole bunch of scary keyboard warnings while you wait.
Graphic quality is really bad compared to laptop at same resolution. This is super-pixelated. Possibly a problem with the display drivers, though. I am running it on early-adopter hardware.
Probably would run much better than this on a Raspberry Pi or other recent SBC.
Code:
$ renpy /path/to/game_directory/
It rotates and scales with screen orientation.
It takes _forever_ to load (okay, 8-year old cpu and only 2G mem, go figure) and there are a whole bunch of scary keyboard warnings while you wait.
Graphic quality is really bad compared to laptop at same resolution. This is super-pixelated. Possibly a problem with the display drivers, though. I am running it on early-adopter hardware.
Probably would run much better than this on a Raspberry Pi or other recent SBC.