Search results

  1. frano486

    Caanoo / WIZ Gaming Wiz Slow With Sdl_Ttf.h

    Now it works fine, thanks to all for helping me. :)
  2. frano486

    Caanoo / WIZ Gaming Wiz Slow With Sdl_Ttf.h

    Thanks a lot ;) I also tried with the code of hmn but is still slow <_<
  3. frano486

    Caanoo / WIZ Gaming Wiz Slow With Sdl_Ttf.h

    void ScoreFunc(int counter, int position) { DrawText("Score:",0,0); if (counter==0) DrawText("0",position,1); if (counter==1) DrawText("1",position,1); if (counter==2) DrawText("2",position,1); if (counter==3) DrawText("3",position,1); if (counter==4)...
  4. frano486

    Caanoo / WIZ Gaming Wiz Slow With Sdl_Ttf.h

    I wrote a small game in C, like snake, and to keep the score I used the library, the PC version works fine but on wiz slows dramatically, about 2/3fps. If I comment the code on the score, is about fast as on PC. I tried to compile it with Code::Blocks and devcpp, and use the latest sdl in the...
Back
Top