- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/sandstorm-io/ekam
软件介绍
Ekam(“make”的倒写)是一个构建系统,它能自动计算出如何在纯源代码中建立系统,并且不需要独立的 makefile。Ekam 通过搜索的方式工作。当遇见以“.cpp”结尾的文件时,它会编译此文件,拦截系统会找到它所编译的文件(包括头文件)。如果丢失了这些文件,Ekam 会去搜索直到找到这些头文件并关联上。
Getting Started with C++ Audio Programming for Game Development
David Gouveia
Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!
