| View previous topic :: View next topic |
| Author |
Message |
HolgiB
Joined: 12 Jan 2007 Posts: 6
|
Posted: Fri Jan 12, 2007 12:32 am Post subject: Displaying Text for a Menu - examples? |
|
|
Hi,
I am a noob in PSP programming but managed already to get some things to work. My plan is to develop a SID Player (Program which play Commodore 64 Sound files). I know there are already a few shells outside, that can do the job but its fun programmind something. It already plays music and I integrated a very simply file-selection.
The next step is to work on the GUI. I am currently using SDL for audio output. So it would be possible to use SDL functions or what comes with the SDK.
What I need is to display text, where the active line (File to select) is hightlighted. Maybe in future some graphics (bitmaps, simple visualisation).
In the SDK there is a sprite based text example and is the only thing I found which is not much too complex. But I was wondering if using sprites is really a good method to display text. Are there any other ways?
Anybody knows another good example?
--Holger |
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Fri Jan 12, 2007 12:44 am Post subject: |
|
|
use the freetype lib _________________ 10011011 00101010 11010111 10001001 10111010 |
|
| Back to top |
|
 |
HolgiB
Joined: 12 Jan 2007 Posts: 6
|
Posted: Fri Jan 12, 2007 1:14 am Post subject: |
|
|
Just compiled it. Any PSP-examples with freetype?
Dont forget, I am a noob :-)
--Holger |
|
| Back to top |
|
 |
|