-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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) | ||
- libaarch64: Linux (64-bit ARM 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 | ||
|
||
For Linux, the minimum OS requirement is glibc 2.28. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"file_format_version" : "1.0.0", | ||
"ICD": { | ||
"library_path": "../../../MacOS/osx/libMoltenVK.dylib", | ||
"api_version" : "1.1.0" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.