[PD] GEM text examples

2011-09-19 Thread Pagano, Patrick
Hello

I am once again soliciting some fun GEM patches that use text in any sort of 
way.
I would love to see any helps or patches that deal with text inside of GEM

Thanks in advance

pp
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gem, text

2007-01-07 Thread Max Neupert

Am 21.12.2006 um 09:59 schrieb IOhannes m zmoelnig:

Hans-Christoph Steiner wrote:
That's not good.  Any Gem devs want to shed some light on this  
one?  Is

there something missing in the Pd-extended Gem building setup?

./configure seems to not find anything:

 used optional libraries:

  font-rendering :

I think this was a case of code that wasn't in Fink.  How about  
adding

it to GemLibs?


it has been added to GemLib several months ago.
however, this doesn't mean that somebody had made any effort to  
actually

use the FTGL-code in there. (read: GemLib/FTGL is _not_ build by any
Gem-build targets; Gem's configure does not automatically look into
GemLib to search for libraries).

so much things to be done...


hi list,

what's the status of this problem? what can i do to work around? is  
the only way to compile gem myself?


greetings, max

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] text files, character mapping, PD GEM Text

2007-01-05 Thread timon

Hi, just thought Id share this.

Ive been faffing around some time to get the correct character  
mapping from a loaded text file into GEM text objects. Im on OSX so  
this might not be applicable on other platforms. Anyway, a UTF-8  
formatted text file will give the right character mapping into pd  
(even japaneese characters). Sadly they wont map correctly into GEM  
text objects, only the basic ascii. A Windows Latin 1 (1252)   
formatted text file (with its limited 256 characters) gives the right  
character map into PD and GEM text objects.


What I found particularly confusing is that special characters such  
as Ü or Æ from the UTF-8 format file displayed correctly in PD, but  
would not map correctly in GEM. The same characters, Ü and Æ, from  
the Windows Latin 1 format file showed the same characters in PD  
while mapping them correctly in GEM.


So, in case anyone else have been stuck with this.
Timon.
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gem, text

2006-12-21 Thread IOhannes m zmoelnig
Hans-Christoph Steiner wrote:
 
 That's not good.  Any Gem devs want to shed some light on this one?  Is
 there something missing in the Pd-extended Gem building setup?
 
 ./configure seems to not find anything:
 
  used optional libraries:
 
   font-rendering : 
 
 I think this was a case of code that wasn't in Fink.  How about adding
 it to GemLibs?

it has been added to GemLib several months ago.
however, this doesn't mean that somebody had made any effort to actually
use the FTGL-code in there. (read: GemLib/FTGL is _not_ build by any
Gem-build targets; Gem's configure does not automatically look into
GemLib to search for libraries).

so much things to be done...

,fg.asdr
IOhannes

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gem, text

2006-12-21 Thread james tittle

On Dec 21, 2006, at 3:59 AM, IOhannes m zmoelnig wrote:

Hans-Christoph Steiner wrote:

 used optional libraries:

  font-rendering :

I think this was a case of code that wasn't in Fink.  How about  
adding

it to GemLibs?


it has been added to GemLib several months ago.
however, this doesn't mean that somebody had made any effort to  
actually

use the FTGL-code in there. (read: GemLib/FTGL is _not_ build by any
Gem-build targets; Gem's configure does not automatically look into
GemLib to search for libraries).

so much things to be done...


...yep:  what really needs to be done is to set up FTGL in  
sourceforge (as it's own project, not just as sub-project of gem),  
then add that to the gem build process...I had contacted the author  
of FTGL before I came down with leukemia (he has basically been  
looking to do this for awhile...), but have since kinda dropped the  
ball :-(  However, things are really going good for me health-wise  
now, so I'll move this up higher on the to-do list!


jamie

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gem, text

2006-12-21 Thread Hans-Christoph Steiner

On Dec 21, 2006, at 12:19 PM, james tittle wrote:


On Dec 21, 2006, at 3:59 AM, IOhannes m zmoelnig wrote:

Hans-Christoph Steiner wrote:

 used optional libraries:

  font-rendering :

I think this was a case of code that wasn't in Fink.  How about  
adding

it to GemLibs?


it has been added to GemLib several months ago.
however, this doesn't mean that somebody had made any effort to  
actually

use the FTGL-code in there. (read: GemLib/FTGL is _not_ build by any
Gem-build targets; Gem's configure does not automatically look into
GemLib to search for libraries).

so much things to be done...


...yep:  what really needs to be done is to set up FTGL in  
sourceforge (as it's own project, not just as sub-project of gem),  
then add that to the gem build process...I had contacted the author  
of FTGL before I came down with leukemia (he has basically been  
looking to do this for awhile...), but have since kinda dropped the  
ball :-(  However, things are really going good for me health-wise  
now, so I'll move this up higher on the to-do list!


jamie



Your good health is far and away the best news!  Very glad to hear  
it!  I think you definitely get a pass for dropping the ball ;)


As for FTGL in CVS, that's kind of a separate question.  For the auto- 
build farm, there are two supported methods of maintaining library  
dependecies: Fink and Pd CVS.  (Using anything else is just too much  
work).  So even if FTGL is in its own CVS repositories, it would  
still need to be in Fink or Pd CVS.


If someone else wants to do it in a different way, that might work,  
but only if they are fully committed to maintaining it.  The whole Pd- 
extended build will hang on that, so they would need to fix the  
problems when they arise.


.hc



[W]e have invented the technology to eliminate scarcity, but we are  
deliberately throwing it away to benefit those who profit from  
scarcity.-John Gilmore




___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] gem, text

2006-12-20 Thread Mark Polishook

with

Pd-0.39.2-extended-test6

(for os x) i'm getting


[text3d]: Gem has been compiled without FONT-support !


??
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gem, text

2006-12-20 Thread Hans-Christoph Steiner


That's not good.  Any Gem devs want to shed some light on this one?   
Is there something missing in the Pd-extended Gem building setup?


./configure seems to not find anything:

 used optional libraries:

  font-rendering :

I think this was a case of code that wasn't in Fink.  How about  
adding it to GemLibs?


.hc

On Dec 20, 2006, at 1:28 PM, Mark Polishook wrote:


with

Pd-0.39.2-extended-test6

(for os x) i'm getting


[text3d]: Gem has been compiled without FONT-support !


??
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list





The arc of history bends towards justice. - Dr. Martin Luther  
King, Jr.



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list