2013-01-01から1年間の記事一覧

How to reduce GC processing on real time JavaScript game.

Introduction You know, I've been implementing a STG with JavaScript and HTML5. (This article follows the previous article http://d.hatena.ne.jp/takahirox/20130819/1376894048)Recently, the low performance of the STG was getting serious, the…

I implemented a STG with JavaScript and HTML5 in a week.

Introduction Suddenly I felt I wanna implement a STG. So, I implemented it with JavaScript and HTML5 in a week. I'll introduce you it here. Play You can play it here. http://takahirox.github.io/toho-like-js/index.html (Be careful that the …

I published the PDP-11 Emulator implemented with JavaScript.

Introduction This entry follows the last entry.http://d.hatena.ne.jp/takahirox/20130707/1373178742I'll introduce my PDP11 emulator implemented with JavaScript because I almost achieved it. PDP-11 Emulator implemented with JavaScript You ca…

PDP-11 Emulator implemented with JavaScript.

Introduction Hi, it's been a while. I'll show you what I implemented recently today. PDP-11 Emulator implemented with JavaScript 2013/07/22 2013/07/21 2013/07/09 2013/07/07 I implemented a PDP-11 Emulator with JavaScript. You can see on th…