Wander/fnalibs
Sean McArdle 89074ca417 Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
..
lib Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
lib64 Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
osx Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
x64 Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
x86 Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00
README.txt Initial commit with FNA-Template project. 2018-06-15 07:30:16 -07:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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
- lib: 32-bit Linux
- lib64: 64-bit Linux
- osx: macOS Universal (32/64-bit)

The library dependency tree is as follows:

- SDL2, used as the platform layer
- MojoShader, used in the graphics subsystem
- soft_oal/libopenal, used in the audio subsystem
- SDL2_image, only used for Texture2D.FromStream and Texture2D.SaveAsPng/Jpeg
	- libpng, only used if you work with PNG images
		- zlib, only referenced on Windows
	- libjpeg, only used if you work with JPEG images
- libvorbisfile, only used for Song
	- libogg
	- libvorbis
- libtheorafile, only used for VideoPlayer
	- libogg
	- libvorbis
	- libtheoradec