shmup/fnalibs
2021-11-02 17:04:42 -04:00
..
lib64 initial add 2021-11-02 17:04:42 -04:00
osx initial add 2021-11-02 17:04:42 -04:00
vulkan/icd.d initial add 2021-11-02 17:04:42 -04:00
x64 initial add 2021-11-02 17:04:42 -04:00
x86 initial add 2021-11-02 17:04:42 -04:00
README.txt initial add 2021-11-02 17:04:42 -04:00

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