Ada binding to OpenAL which tries to mimic original API while using Ada types.
License
darkestkhan/oto
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Binding to OpenAL. This library tries to be as close to original API as possible, while using Ada types whenever possible. It is under ISC license. Full list of authors is in AUTHORS file. Use gprbuild for building (building with gnatmake is not tested). This projects depends on OpenAL and ALUT (on Debian-like operating system these dependencies can be satisfied by installing libopenal-dev and libalut-dev packages). When linking against Oto don't forget to add "-lalut" and "-lopenal" to your's linker switches. To build with different than default CPU switches add "-XCPU=switches" to gprbuild command. Defualt CPU switches are: "-march=native -fPIC" ------------------------------------------------------------------------------ -- Copyright © 2014 - 2016 darkestkhan -- ------------------------------------------------------------------------------ -- Permission to use, copy, modify, and/or distribute this software for any -- -- purpose with or without fee is hereby granted, provided that the above -- -- copyright notice and this permission notice appear in all copies. -- -- -- -- The software is provided "as is" and the author disclaims all warranties -- -- with regard to this software including all implied warranties of -- -- merchantability and fitness. In no event shall the author be liable for -- -- any special, direct, indirect, or consequential damages or any damages -- -- whatsoever resulting from loss of use, data or profits, whether in an -- -- action of contract, negligence or other tortious action, arising out of -- -- or in connection with the use or performance of this software. -- ------------------------------------------------------------------------------
About
Ada binding to OpenAL which tries to mimic original API while using Ada types.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published