|
|
|
|
|
by jcw
5588 days ago
|
|
LOVE2D is a joy to work in. It really is fun, it makes particle effects and physics and sound easy. The community is awesome. I have been working, since September, on my senior project in Pygame. It isn't fun to work in. The documentation is great, but the community seems dead. Things are not easy in Pygame. Distribution is especially painful, with py2exe and py2app and setuptools. I've had a lot of trouble getting certain sounds to play. I would not recommend it. Really, go with LOVE2D or Flixel or even Flash if you want to make games in a high level language. Not only that, but if you want to have _fun_ making a game, and not get bogged down in low-level details. I would not recommend Pygame. |
|
I am always amazed at the speed of LuaJIT, at least in these benchmarks:
http://shootout.alioth.debian.org/u32/code-used-time-used-sh...
It holds its own against scala and java -server with only a fraction of the code size (but only on 32 bit machines).