Touch the three circles at the same time to gain one point. Repeat until the time is up. Every ten points you earn five extra seconds. Get as far as you can. That's all.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Add media Report RSS WIP: Font rendering update (view original)
WIP: Font rendering update
embed
share
view previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

Two screenshots of the font rendering update. One goal is to make the game looking more appealing, another to improve the performance - quite dramatically. The text rendering is still using the CPU font rasterizer, which works OK but the texture uploads are pretty slow. Now I am switching to a bitmap font renderer, but I have to write all that logic still myself since I don't use a framework ...