The Mighty Penguin!
It would seem that I will be another heretic not using Python. I’m not a fan of scripting languages, so I’ll be using good old C++ with OpenGL 😀 I will be trying to do something in 3d and I’ve prepared myself a small framework using SDL (loading models, loading images, window initialization etc.) Apart from that I will be using only free ( as in freedom
) tools, so no Visual Studio or Photoshop for me. But that’s ok, I always prefered KDevelop and GIMP.
It’s still a couple of hours till the compo. I just can’t wait. It’ll be my first LD actually. I tried to participate in LD10 but due to some circumstances I wasn’t near my computer through the weekend.
I hope I won’t be the only one developing on a Linux powered machine
Good Luck!








Well there is one more possibility actually, that You’re graphics card is still loading the images into memory while the game runs, but in that case the game should also run bit slow…
This is a problem anyway, because I wanted use this framework for other things, so it I must make it work…