[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "Game Development With LUA" book
- From: "Robert Osfield" <robert.osfield@...>
- Date: Tue, 12 Sep 2006 09:13:33 +0100
Hi Andreas,
I bought the book, "GAME DEVELPOMENT with LUA", in hope that it might give some good insights in combining C++ and Lua, but basically it failed to give me any insight, the online Lua reference manual was much more useful. It didn't really give me any insight into using Lua either, again the online reference manual and wiki were far more useful. The 2 of 5 would seems rather charitable to me, it scored 0 out of 5 for what I wanted from the book.
I can thoroughly recommend "Programming in Lua", it arrived in the post 10 days after, and found it a revelation, after many many years of coding C++ its was like taking the blinkers off - blinkers that I wasn't fully aware of until I had got a couple of chapters into the book. Lua is a very powerful yet modest langauge, and the book takes you through step by step opening all the windows to new programming vistas. It is essential reading, an emphatic 5 out of 5.
The only little hickup was that I never found a good tour of how to do thorough C++ and Lua integration, this took reading online source code, and spending time thinking about how to integrate the two and experimenting with code.
Robert.