Linux SDL/ImGui edition software for viewing .brd files, intended as a drop-in replacement for the "Test_Link" software and "Landrex".


$ brew install cmake sdl2
If you get the following error after running build.sh:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Run the script at /Applications/Python3.x/Install Certificates.command.
For Ubuntu developers, you'll need the following packages at a minimum;
$ apt-get install git build-essential cmake libsdl2-dev libgtk-3-dev
For Fedora, you will need the following packages at a minimum;
$ dnf install @development-tools
$ dnf install SDL2-devel gtk3-devel fontconfig-devel cmake
$ git clone --recursive 'https://github.com/OpenBoardView/OpenBoardView'
$ ./build.sh
$ codesign --force --deep --sign - ./openboardview.app
$ ./bin/openboardview
...or...
$ ./openboardview.sh
...or...
$ open ./openboardview.app
Ctrl-O: Open file select dialog
w/a/s/d: pan viewport over board
,/Numpad-Ins: Rotate counter-clockwise
/, Ctrl-F: Search
ESC: Clear search results and selected parts
p: Toggle pin display
m: Mirror board across Y-axis
L: Show net list
$ claude mcp add OpenBoardView \
-- python -m otcore.mcp_server <graph>