README.md Open Hexagon - version 1.9 by Vittorio Romeo A free, open source clone of Super Hexagon (by Terry Cavanagh) Programmed by Vittorio Romeo Music by BOSSFIGHT EPILESPSY WARNING The game may contain flashing light patterns that could tr... 続きを読む
Today’s tutorial is about performance optimization, a topic that concerns all developers. Some of these tips will be obvious — others, not so much. In every case, optimizing code should be viewed from a time vs. benefit perspective. If a ce... 続きを読む
A blog on consulting, software development, and gaming. In this article I ‘ll give you an overview of why you’d want to unit test your Lua code in Corona SDK, what features Lunatest has, a walk you through some real-world unit tests and sui... 続きを読む
著作権を明記すれば,この本の内容を自由に利用・配布・変更してもかまいません. Lua5.1に対応しています. C言語プログラミング入門に比べて執筆スピードは遅いと思います. まずはC言語の方を完成させないと. 続きを読む
Luaも動的にメンバが追加出来る言語ですので、データ構造を動的に作り上げる事が出来ます。今日はなんとなく、「LuaでWebScraper作ったら、どんなんになるんだろう...」と思いつきで... 用意するのは LuaからXPathを操作出来るltxml LuaからSocketを操作出来るL... 続きを読む