Bridge Command
ActivePlayableWindowsLinuxOSX

About
Bridge Command is a ship-handling simulator written in C++ on top of the Irrlicht 3D engine, released under the GPL v2 license; it's actively developed and compiles on Windows (Visual Studio or Code::Blocks) as well as Linux and macOS (via CMake).
Getting started
There's no prebuilt download described in the project's own documentation — players compile it themselves from source using Visual Studio or Code::Blocks on Windows, or CMake on Linux and macOS.
Media
Additional notes
- Tech stack
- The simulator depends on several third-party libraries beyond Irrlicht, including ENet for networking, PortAudio, a custom FFT-based water renderer, and an AIS parser.