Difference between revisions of "FURWARE text"

From Second Life Wiki
Jump to navigation Jump to search
(Added links to marketplace and github as well as a to-do-list)
m (Small changes to links)
Line 21: Line 21:
== How to obtain the script ==
== How to obtain the script ==


You can obtain a complete package containing the script, the display creator, display meshes and font textures at [http://marketplace.secondlife.com/p/FURWARE-text-v20-open-source-Text-on-prims-with-a-single-script/141379 the Marketplace].
You can obtain a complete package containing the script, the display creator, display meshes and font textures at [http://marketplace.secondlife.com/p/FURWARE-text/141379 the Marketplace].


For developers and interested users, I have also set up a [http://github.com/furware/text github] account for the core scripts.
For developers and interested users, I have also set up a [http://github.com/furware/text GitHub] account for the core scripts.


== Documentation ==
== Documentation ==
Line 50: Line 50:
* Add more useful comments to the scripts themselves.
* Add more useful comments to the scripts themselves.
* Clean up the scripts of the display creator and element initializer.
* Clean up the scripts of the display creator and element initializer.
* Migrate internal bug tracker, possibly to github.
* Migrate internal bug tracker, possibly to GitHub.
* Update the "FURWARE info board" to use the open source version of text.
* Update the "FURWARE info board" to use the open source version of text.
* Make more open source example (controller) scripts.
* Make more open source example (controller) scripts.

Revision as of 04:08, 7 July 2013

KBwarning.png Warning: This page is currently under construction and may not be complete yet.


Overview

FURWARE text is a script for displaying text on prims using textures. It is intended to be integrated in your objects in which it will be controlled by your own scripts.

FURWARE text is not a ready-made display board but is intented for scripters who wish to integrate it in their own creations.

The script was proprietary from 2010 to July 2013 until I (Ochi Wolfe) have decided to make it open source under the MIT license. It is my first attempt to make a fully open sourced product in Second Life.

Features

  • Open source (MIT license)
  • Only one script for a whole group ("sets") of displays
  • Formatting (color, alpha, alignment, wrapping, trimming, font, borders)
  • Mesh prims with 1 to 8 chars, only occupying 0.5 prims each
  • Virtual text boxes to position text arbitrarily
  • Style templates for encapsulating multiple style settings

How to obtain the script

You can obtain a complete package containing the script, the display creator, display meshes and font textures at the Marketplace.

For developers and interested users, I have also set up a GitHub account for the core scripts.

Documentation

Please see the following subpages for the user's manual and developer documentation:

First steps & extensive tutorial

Short reference & version history

Developer documentation

The "old" v2.0-Beta1 documentation is also available on the FURWARE website (a German version is also available there).

To do

There are still some things to do for the conversion into an open source project:

  • Check the documentation for errors.
  • Migrate the German documentation to the SL Wiki.
  • Create developer documentation explaining concepts and ideas of the script.
  • Improve the font overview in the manual; make UUIDs copyable.
  • I think there is a small bug in one of the images in the tutorial, I'll have to check that.
  • Publish texture specifications.
  • Publish mesh specifications.
  • Add more useful comments to the scripts themselves.
  • Clean up the scripts of the display creator and element initializer.
  • Migrate internal bug tracker, possibly to GitHub.
  • Update the "FURWARE info board" to use the open source version of text.
  • Make more open source example (controller) scripts.