Crash course in game development with pygame

Today I will ramble about game development with python . Python is very easy to learn and it is a very easy to prototype games  with python. Pygame  is a SDL binding fo python , visit pygame.org for more details. 2D Game Development Concepts Sprites : Sprites are moveable game …

Setting up your haXe Development Environment

Introduction  HaXe is a multi-platform development environment. In this book we will specifically concentrate haXe as a free flash game development platform . With haXe you can develop for windows , Linux , iPhone , android as well as for the world wide web . A source file written in …

Linux kernel development – part 2

IA – 32 Condensed In this part of the tutorial , we will look at  IA -32 system architecture in brief . I would recommend anyone reading this blog to read the IA-32 system programmers manual . But I am planning to provide some links for quick reference .  I …

Linux kernel development – part 1

I will provide a hands on guide on dissecting and learning the Linux kernel . But I am busy with work and so forth and It may not be able to post in regular way. I however will not spoon feed and I will just be providing general guidelines. Also …

GUI toolkits compared

GUI Toolkits Compared I have worked with few UI libraries during my college days (late night hackwork !). Although It has months since i really coded something in C/C++ . Here is my opinion on most of the UI frameworks ( choices available    ) . (a) Win32 API , …