- 授权协议: MIT
- 开发语言: C/C++ JavaScript
- 操作系统: Linux
- 软件首页: http://www.lynckia.com/licode
- 软件文档: http://www.lynckia.com/licode
软件介绍
licode基于 WebRTC 和云技术提供通讯能力,利用 licode 可以用 HTML5 技术实现视频会议系统的快速开发,基于会议室的机制实现视频会议。
示例代码:
var roomName = 'myFirstRoom';
N.API.createRoom(roomName, function(room) {
console.log('Room created with id: ', room._id);
}, errorCallback);
N.API.getRooms(function(rooms) {
for(var i in rooms) {
console.log('Room ', i, ':', rooms[i].name);
}
}, errorCallback);
Real-Time Rendering, Third Edition
Tomas Akenine-Moller、Eric Haines、Naty Hoffman / A K Peters/CRC Press / 2008-7-25 / USD 102.95
Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent or programmable shaders, a wide varie......一起来看看 《Real-Time Rendering, Third Edition》 这本书的介绍吧!
