Baldur's Gate Process Displayer (bgpd) is an application to display live information about a current session of Baldur's Gate Enhanced Edition or Baldur's GateII Enhanced Edition in a web-page.
Compiled downloads are not available.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/bgpd
# Go into the repository
$ cd src
# Build the app
$ dotnet build
- Run bgpd.exe
- Visit http://localhost:5177/
- Start the game
bgpd is licenced under the MIT license. Full licence details are available in license.md
bgpd makes use of code from the BG2RadarOverlay application by tapahob.