https://github.com/dextercai/go-openal
OpenAL bindings for Go, which works well with windows platform
https://github.com/dextercai/go-openal
cross-platform go golang linux macos openal windows
Last synced: 2 months ago
JSON representation
OpenAL bindings for Go, which works well with windows platform
- Host: GitHub
- URL: https://github.com/dextercai/go-openal
- Owner: dextercai
- License: other
- Created: 2020-10-06T10:42:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T01:51:15.000Z (over 5 years ago)
- Last Synced: 2025-10-11T18:56:42.083Z (5 months ago)
- Topics: cross-platform, go, golang, linux, macos, openal, windows
- Language: C
- Homepage:
- Size: 2.2 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenAL bindings for Go, which works well with windows platform
====================================
本项目基于[https://github.com/phf/go-openal](https://github.com/phf/go-openal) 进行修改
本仓库包含Openal-soft 1.2的静态链接库和头文件,用于解决Golang在Windows平台编译时出现的找不到````的问题
## 安装
```
go get -u github.com/dextercai/go-openal/
```