Skip to content

Technical architecture

Letalys edited this page Sep 20, 2026 · 1 revision

Français · English

Technical architecture

  • C# and WPF, MVVM pattern
  • .NET 10, self-contained application: the runtime ships with it, nothing to install
  • IKVM, a Java to .NET bridge, to read RomStation's Apache Derby database
  • The RomStation database is always read from a copy, the original is never opened
  • Target architectures and external tools described by JSON files, editable from the application
  • xUnit test project

The source code is on GitHub, under the MIT license.

Clone this wiki locally