Skip to content
yousefm87 edited this page Feb 9, 2016 · 5 revisions

#FilePlayer

Introduction

This is an application which will display a list of files depending on a base JSON file. Using an XBox 360 controller, the user can select one of these files and open it using information from the JSON.

Ideally I'd like this application to be at least compatible with PC video game emulators in order to create an experience where users can select and switch between games using only the XBox controller. There may be some features added specifically for dealing with game data.

I am using C#/WPF/Prism for this application. C# provides the best way of interacting with the XBox controller I could find (and its possible to utilize the XBOX/Guide button).

Current Issues / Next Steps

  • Move controllerHandler from ItemListViewModel.
    • To either App or ShellViewModel
Clone this wiki locally