Jump to content

Best Way To Retrieve Data From PHP Script


joniveehernandez
 Share

You are about to reply to a thread that has been inactive for 4089 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts


joniveehernandez wrote:

Because those data must be display on a board. but I was thinking the only way we can display those data with style "Typography" thing is to display them as media viewing the php web page itself.


joniveehernandez wrote:

Sorry Ron I supposed to be specific on that part, So it's only possible to do it with 
 what I see on the land boards from other people.

You can actually do some typography using some nifty scripting without using any media params (especially as media is very expensive on the client and will affect your FPS). The idea being to manually create a font renderer, by mixing some maths using textures with specially designed meshes, so that letters can be shifted around to form words. Which means that kerning can be obeyed.

As each letter is an individual face, they can be coloured as well, as they are textures their textures can be switched to create different fonts, with variants of weights, italics and bold.

 

If you want, I can give you a copy of this library, it's an opensource project of mine.

NexText-with-RSS-Reader-and-HUD.pngNexText3.png

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4089 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...