Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkestkhan/oto
Ada binding to OpenAL which tries to mimic original API while using Ada types.
https://github.com/darkestkhan/oto
Last synced: 14 days ago
JSON representation
Ada binding to OpenAL which tries to mimic original API while using Ada types.
- Host: GitHub
- URL: https://github.com/darkestkhan/oto
- Owner: darkestkhan
- License: isc
- Created: 2014-01-13T11:35:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T18:46:32.000Z (over 8 years ago)
- Last Synced: 2024-07-31T20:44:17.169Z (3 months ago)
- Language: Ada
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-ada - oto - Ada binding to OpenAL which tries to mimic original API while using Ada types. (Libraries / Sound)
README
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. --
------------------------------------------------------------------------------