Ziz
Advanced Member
- Joined
- Jan 15, 2006
- Messages
- 3,583
Hm, I just saw the video and read the project description:
So this game is in fact some mix of Terrania and Farming Games? Sounds interesting.
However I REALLY wonder, why it lagged hard on the GCW Zero. As it seems, it is "just" a 2D game without some kind of opengl acceleration used. So in fact it is just blitting 2d images to a quite small screen. This shouldn't be so slow, the GCW Zero's CPU is quite fast for such a small screen and even without using the SDL functions (which may be optimized a bit) but instead drawing every fucking pixel on my own, I got quite good framerates. Do you use too much floating point operations?
So this game is in fact some mix of Terrania and Farming Games? Sounds interesting.
However I REALLY wonder, why it lagged hard on the GCW Zero. As it seems, it is "just" a 2D game without some kind of opengl acceleration used. So in fact it is just blitting 2d images to a quite small screen. This shouldn't be so slow, the GCW Zero's CPU is quite fast for such a small screen and even without using the SDL functions (which may be optimized a bit) but instead drawing every fucking pixel on my own, I got quite good framerates. Do you use too much floating point operations?