CFD Library Release v0.3.0
Cross-platform binaries for the CFD simulation library
Available Downloads:
Windows:
cfd-windows-x64.zip- Windows 64-bit (MSVC)cfd-windows-x86.zip- Windows 32-bit (MSVC)
Linux:
cfd-linux-x64.tar.gz- Linux 64-bit (GCC)cfd-linux-clang-x64.tar.gz- Linux 64-bit (Clang)
macOS:
cfd-macos-x64.tar.gz- macOS Intel (x64)cfd-macos-arm64.tar.gz- macOS Apple Silicon (ARM64)
What's Included:
- Static libraries (
.a,.lib) - Shared libraries (
.so,.dylib,.dll) - Header files for C/C++ integration
Quick Start:
- Download the appropriate archive for your platform
- Extract to your project directory
- Link against the library files
- Include the header files in your project
See README.txt in each archive for detailed integration instructions.