Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deccer/fna-libs
Native libraries from http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 to provide a way to submodule them without the manual labour. Automatically scheduled to run every hour
https://github.com/deccer/fna-libs
fna fna-xna native-libraries
Last synced: about 2 months ago
JSON representation
Native libraries from http://fna.flibitijibibo.com/archive/fnalibs.tar.bz2 to provide a way to submodule them without the manual labour. Automatically scheduled to run every hour
- Host: GitHub
- URL: https://github.com/deccer/fna-libs
- Owner: deccer
- Created: 2021-01-16T06:51:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T00:11:07.000Z (6 months ago)
- Last Synced: 2024-07-13T01:26:48.991Z (6 months ago)
- Topics: fna, fna-xna, native-libraries
- Homepage: https://fna-xna.github.io
- Size: 95 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
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 VideoPlayerFor x86_64 Linux, the minimum OS requirement is glibc 2.28.
For aarch64 Linux, the minimum OS requirement is glibc 2.34.