Apps and Projects
Below are some of the apps and projects I have created and subsequently maintained. As mentioned on the home page, if you want more information on any of these, just get in touch at queries@philpotter.co.uk and I'll be happy to help. Likewise, checkout my GitHub for open source projects I've created: https://github.com/PhilPotter
MasterEmu MasterEmu is a high performance Sega Master System and Sega Game Gear emulator for Android, written in C using the SDL library for graphics and sound abstraction, with a thin Java layer for the menu interface. This app started off as a PC project written in Java, called JMasterSystem. I subsequently ported it to C to test my skills, and then decided to make it an Android app. It supports loading ROMs from ZIP files, save states, SRAM, Android TV, controllers + keyboards (as well as the obvious touchscreen), and also works with games utilising the non-standard Codemasters mapper chip. I'm pleased to say that MasterEmu now has almost 28,000 total installs, and support/userbase is growing by the day - currently to over 3,300. MasterEmu supports versions of Android from 4.4 and up, and can be found on the Google Play Store. It is now open source and licensed under the GNU GPLv3, so give it a try or perhaps contribute! |
Boarding Management System (IRIS) IRIS is a database system, with a web frontend, that I was commissioned to design and program by my previous employer, Cranbrook School. It did run on a Linux/Apache/MySQL/PHP stack and has now been in production use for ten years, during which time I have made many updates with new features, as well as setting it up in another prestigious international school. Subsequently, I wrote a containerised version from scratch using a Go/PostgreSQL/Kubernetes stack, which has a superset of the functionality of the older version and made further expandability much easier. Below is a brief description of the features it supports:
|
PhilPSX This is a Sony PlayStation 1 emulator which I have been working on and have not yet released publicly. See here for more details on the work I've done. I am getting close to pushing this up to GitHub. After my degree I shifted focus from Java, and decided to rewrite in C - it will be GTK+ 3 based and include an even better debugger! |