Difference between revisions of "CatText"

From Second Life Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{LSL Header|ml=*}}{{RightToc}}
==Text==
==Text==


Line 6: Line 7:
! '''Creator'''
! '''Creator'''
! '''Description'''
! '''Description'''
|-
||[[AbcText]]
||[[User:Ange Capalini|Ange Capalini]]
||EXPERIMENTAL Hyper low prim Display. only 2 prims for 25char.
|-
|-
||[[SetLinkText]]
||[[SetLinkText]]
Line 18: Line 23:
||[[User:Rolig Loon|Rolig Loon]]
||[[User:Rolig Loon|Rolig Loon]]
||Displays object inventory in hover text, identified by type and updated marquee-style.
||Displays object inventory in hover text, identified by type and updated marquee-style.
|-
||[[FURWARE text]]
||[[User:Ochi Wolfe|Ochi Wolfe]]
||Versatile text-on-prim script, open source under the MIT license
|-
||[[HexText]]
||[[User:Hexadeci Mole|Hexadeci Mole]]
||Unicode display script. Roughly 28,000 characters supported. Open source under the MIT license
|-
|-
||[[RavText]]
||[[RavText]]
Line 26: Line 39:
||[[User:Fred_Gandt|Fred Gandt]]
||[[User:Fred_Gandt|Fred Gandt]]
||A simple text display object that scrolls text (applied as a texture) from right to left (like ''those'' LED signs) in a continuous loop.
||A simple text display object that scrolls text (applied as a texture) from right to left (like ''those'' LED signs) in a continuous loop.
|-
||[[NexiiText]]
||[[User:Nexii Malthus|Nexii Malthus]]
|| Text Renderer, specialised in features, performance and a compact nature. It features unique per character control, such as Colour, Bold, Italics, Underline, Stroke, Icons. The high performance means it comes in at a 5 char / prim ratio, but it is perfect where highly dynamic and rich text is required.
|-
||[[NexiiText2]]
||[[User:Nexii Malthus|Nexii Malthus]]
|| Second Gen Text Renderer. Same as above but features use of [[PRIM_LINK_TARGET]] and an awesome dynamic prim allocation architecture.
|-
|-
||[[Progress Bar]]
||[[Progress Bar]]
||[[User:Nexii Malthus|Nexii Malthus]]
||[[User:Nexii Malthus|Nexii Malthus]]
|| Flexible and powerful little function for creating progress bars useful in hovertext.
|| Flexible and powerful little function for creating progress bars useful in hovertext.
|-
|[[VariText]]
|[[User:Geneko Nemeth|Geneko Nemeth (Kakurady)]]
|Display text on a prim, without looking like from a typewriter
|-
|-
||[[XyText 1.5|XyText]]
||[[XyText 1.5|XyText]]
Line 43: Line 68:
|| Display text (up to 10 characters) on a prim. Way more efficient than XyText.
|| Display text (up to 10 characters) on a prim. Way more efficient than XyText.
|}
|}
{{LSLC|}}

Latest revision as of 12:10, 6 October 2020

Text

Name Creator Description
AbcText Ange Capalini EXPERIMENTAL Hyper low prim Display. only 2 prims for 25char.
SetLinkText Tacusin Memo Custom function like llSetText only applying to linked sets.
Displayer Script Akinori Kimagawa Display Words On Top Of An Object
Float Box Contents Rolig Loon Displays object inventory in hover text, identified by type and updated marquee-style.
FURWARE text Ochi Wolfe Versatile text-on-prim script, open source under the MIT license
HexText Hexadeci Mole Unicode display script. Roughly 28,000 characters supported. Open source under the MIT license
RavText Ravenous Dingo An alternate to XyText. This is a lightweight, multiple font 10 character text display system. It only supports uppercase alphanumeric text and a few special characters, but it is very fast, renders quickly and supports multiple fonts. It is meant for specialized use when all that is desired is basic, fast text display and the extra "bells and whistles" are not needed.
Text Scroller Fred Gandt A simple text display object that scrolls text (applied as a texture) from right to left (like those LED signs) in a continuous loop.
NexiiText Nexii Malthus Text Renderer, specialised in features, performance and a compact nature. It features unique per character control, such as Colour, Bold, Italics, Underline, Stroke, Icons. The high performance means it comes in at a 5 char / prim ratio, but it is perfect where highly dynamic and rich text is required.
NexiiText2 Nexii Malthus Second Gen Text Renderer. Same as above but features use of PRIM_LINK_TARGET and an awesome dynamic prim allocation architecture.
Progress Bar Nexii Malthus Flexible and powerful little function for creating progress bars useful in hovertext.
VariText Geneko Nemeth (Kakurady) Display text on a prim, without looking like from a typewriter
XyText Xylor Baysklef Display text (up to 10 characters) on a prim. Use as many prims as desired.
XyyyyzText Criz Collins Display text (up to 10 characters) on a prim. Displays different text for each line instead of one single text, that will be broken into the next lines. Watch here for what that means: http://screencast.com/t/1wMLujLcEO
XyzzyText Thraxis Epsilon and Gigs Taggart Display text (up to 10 characters) on a prim. Way more efficient than XyText.