2014-04-01から1ヶ月間の記事一覧

WebGL experiment onto JavaScript STG

Introduction Lately, I've studied WebGL to get used to GPU. I think I understand the basic knowledge, so I began to try to adopt it into the STG which I've been developing.I've had the problem in the STGthat the canvas drawing leads the sl…

MySQL source code reading 2 - basic flow

Introduction This article follows http://d.hatena.ne.jp/takahirox/20140331/1396222792.I'll confirm the basic query processing flow in this article. Main directories The directories which I mainly need to see is these three directories. htt…