🏗️ This is a work in progress! 🚧
This repo distributes the native libraries for FNA:
- FNA3D
- FAudio
- SDL2
- Theorafile
- MoltenVK (for macOS)
The libraries will be built for these platforms/architectures:
- Windows
- x64
- Mac OS
- x64
- ARM64/AArch64 (Apple Silicon)
- Linux
- x64
- ARM64/AArch64
The code that downloads and build the libraries (aka this repo!) is licensed under MIT. See LICENSE
.
The libraries are licensed under their respective licenses:
Library | License |
---|---|
FNA3D | zlib |
FAudio | zlib |
SDL2 | zlib |
Theorafile | zlib with BSD dependencies |
MoltenVK | Apache 2.0 |