You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
lib64 | 2 years ago | |
osx | 2 years ago | |
vulkan/icd.d | 2 years ago | |
x64 | 2 years ago | |
x86 | 2 years ago | |
README.txt | 2 years ago |
README.txt
This is fnalibs, an archive containing the native libraries used by FNA.
These are the folders included:
- x86: 32-bit Windows
- x64: 64-bit Windows
- lib64: Linux (64-bit only)
- osx: macOS (64-bit only)
- vulkan: MoltenVK ICD for macOS
- Place this at Game.app/Contents/Resources/vulkan/
The library dependency list is as follows:
- SDL2, used as the platform layer
- FNA3D, used in the Graphics namespace
- FAudio, used in the Audio/Media namespaces
- libtheorafile, only used for VideoPlayer