HACKERCHANNEL / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
182 stars 67 forks source link

Sample for freetype. #21

Open phire opened 13 years ago

phire commented 13 years ago

It just bugs me that everyone is using fixed width fonts, maybe a sample will help.

Also a library that sits between freetype and provides a easy to use interface might be useful.

Parlane commented 13 years ago

Before we have a sample, we need to implement the sprx linker?

phire commented 13 years ago

It's included in ps3libraries.

Parlane commented 13 years ago

You do also realise that is stupid? There is already a freetype lib on your ps3.

Parlane commented 13 years ago

Ok maybe I am stupid, up to you.

We could either implemnted sprx linking to already avilable freetype lib which already includes tons of fonts on the system for use. Or we could statically link the freetype lib.

darkhackerps3 commented 13 years ago

i would go on parlane side if we already got it on ps3 why not use it ill be trying to see what i can do tonight ill try ppu-objdump matt showed me and ill see how far i can get