- 授权协议: Ruby
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://rubyeventmachine.com/
- 软件文档: http://eventmachine.rubyforge.org/
软件介绍
EventMachine 是一个基于Reactor设计模式的、用于网络编程和并发编程的框架。Reactor模式描述了一种服务处理器,它接受事件并将其分发给已注册的事件处 理。这种模式的好处就是清晰的分离了时间分发和处理事件的应用程序逻辑,而不需引入多线程来把代码复杂化。
EventMachine提供了一个网络套接字和隐藏底层操作的高层接口。EventMachine:
- 拥有极高的可伸缩性、性能和稳定性,适用于大多数苛刻的生产环境;并且
- 提供可以消除高性能多线程网络编程的复杂性的API,使得工程师可以专心于产品逻辑本身
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》 这本书的介绍吧!
