Ooh, Ludumdare, shiny

Yay! LD11!

Now I’m in a bit of a dilemma if you can help out…Pygame really eats upmy time coding so I don’t have loads of time, but I haven’t quite got to grips with pyglet, what should I use? Something I only half know how to use or not?

Tags: LD #11 - Minimalist - 2008

Comments

ciw1973
16. Apr 2008 · 08:56 UTC
I tend to use this sort of competition as a way to either learn new APIs, or refresh my knowledge.
rollbak
16. Apr 2008 · 15:58 UTC
Hi, i always use pygame, but for this one i want to try pyglet, but i made a couple of tests re-writting some examples i have to pyglet and i am having performance problems (i am only drawing lots of cricles, and this drops down fps every time i draw a new one). I don’t know if i am doing something wrong in my openGl code…