Skip to content

darkestkhan/oto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No packages published