• Stars
    star
    3
  • Rank 3,847,166 (Top 78 %)
  • Language
    Ada
  • License
    ISC License
  • Created over 10 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ada binding to OpenAL which tries to mimic original API while using Ada types.
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.           --
------------------------------------------------------------------------------