惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
博客园 - Franky
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - 司徒正美
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
B
Blog RSS Feed
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
博客园_首页
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
H
Help Net Security
MongoDB | Blog
MongoDB | Blog

博客园 - chenlee

Cliptexture by SGI multitherad game development by Intel a new way for silouettes rendering Customizing Folders with Desktop.ini A printf() alternative on codeproject DLL proxy from codeproject Valve survey 基于网络的物理模拟:如何处理丢包和延迟 Some really good discussions about material/shader system on gamedev.net real time radiosity on GPU (demo and source code) 一些vi的使用技巧 A reintroduction to XML with an emphasis on character encoding 一篇分析MSAA原理的好文章 如何使用depth texture (from DIRECTXDEV) some articles about linear-Z buffer and W-buffer a good SIMD math library 一本新书:Game Engine Toolset Development 一个新的view frustum culling algorithm : radar approach 又一个C++ delegate class
build tools evalulation
chenlee · 2006-07-05 · via 博客园 - chenlee

一个很不错的关于编译系统的评述:
http://www.gamesfromwithin.com/articles/0509/000100.html

name decision pros cons link
ant

not evaluated

- good log output
- fast startup speed

cc task is not flexible.
rake bad same as rant

- no dependency check

- same as rant

rant bad fast incremental build speed

- can't generate vc projects

- no build-in support of out-of-source build

cmake not good - chosed by KDE as build tool. Has potencial to be better.

- not build tool, but makefile generator.

- limited by native makefiles.
- hard to do automation

http://www.cmake.org/
omake not evaluated
scons current the best choice

- I've used it for a long time.

- flexible

slow incremental build time
a-a-p not evaluated http://www.a-a-p.org/
bjam bad

- slow build speed

- strange language
- mailing list is full of shit

jam bad

dead project already