Mattcn's Blog

mattcn.com

Archive for the ‘技术文摘’ Category

十一月 28th, 2011

SNV资源

No Comments, 技术文摘, by mattcn.

今天开始起航第一个iPhone应用,做一个千军破的游戏应用练手。

在网上google了一些免费的SVN服务器. 存档备用:

1. Assembla

阅读全文——共385字

1. The Black Art of 3D Game Programming Chapter 10 While this isn’t an OpenGL ES resource it is a great introduction to the 2D and 3D math involved in using OpenGL ES.  I  mention it first because if you don’t understand this stuff you’ll have a hell of a time coding OpenGL ES, and this is a great  introduction.  The whole book can be found here for free.  It is an old book, but the math still holds true.

阅读全文——共1772字

一月 23rd, 2010

Methods of Project Management

No Comments, 技术文摘, by mattcn.

by Vox Guo

This article is not called methodology but methods, because it concentrates on the specific ways used in the software development procedure. It focuses more on practical applications than on academic analysis. But as you all known, these conclusions are based on the past project experience and my personal feeling. So it is not confusing if there are some errors. Any further discussions and suggestions, therefore, are welcome.

阅读全文——共10620字

十一月 1st, 2009

Makefiles by example

No Comments, 技术文摘, by mattcn.

Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command everytime you want to do it.

Well, I have news for you… Your days of command line compiling are (mostly) over, because YOU will learn how to write Makefiles.

阅读全文——共3775字