Archive for August, 2009

Scaler frontend

August 2nd, 2009
0
Digg me

In my previous ps3 post I tinkered with spe-scaler, which is a very nice tool to help you (for example) play emulator games in fullscreen. Unfortunately, it’s not very userfriendly, and I decided to write a little frontend program for it, to act as a gui. I first thought about writing it in QT/C++, but as I’m not that familiar with QT, I decided to do it in Python due time constraints. I chose Tkinter as a framework, which also was new to me, but as the program doesn’t do much I got it working pretty fast. Anyway, let me know what you think about it: scalergui.