PDA

View Full Version : Simple text drawing?


Danation
08-20-2009, 10:23 AM
Hey, what's the most simple way to draw simple text on the screen? I just need it for debugging, so it doesn't need to be fancy.

Bump. Anybody know?

Aravind
08-20-2009, 11:41 AM
doesn't the "helloworld" sample elf,help? i think, it came with the SDK.

Danation
08-20-2009, 01:18 PM
It plays beeps, not a true HelloWorld.

But.... now that you mention it, there was a UI sample. I'll check it out. Thanks.

Aravind
08-21-2009, 10:39 AM
It plays beeps, not a true HelloWorld.

But.... now that you mention it, there was a UI sample. I'll check it out. Thanks.

:ok:
well,
normally people write helloworld programs just to echo some text on the screen, so i thought, that programs does the same thing.

SocaSlvr
08-21-2009, 10:58 AM
Well for elf the first was with a sound, but there is a ui version as dan said. :)

Danation
08-21-2009, 11:20 AM
Yep, my bad, I'll look into it.