Download

 

The source source of Torch code can be found at:  http://www.squeaksource.com/Torch.html


Torch is available for Pharo 1.1 or superior (core and dev).


Start Torch on pre-loaded images.

  1.   Torch-Pharo-1.3-13327.zip

  2.   Torch-PharoCore-1.1-11411.zip

  3.   Torch-Pharo-1.1.1-dev10.09.1.zip



Load Torch in a clean image.


  1. 1.Execute the following snippets.


  1. (1)Loading the configuration of Torch.

Gofer new

        squeaksource: 'Torch';

        package: 'ConfigurationOfTorch';

        load.

  1. 2.Set the font styles (optional).

  2. (a)Uncompress the Fonts.zip file in the same location of your image.

  3. (b)Execute the code of the FontsScript.st file for loading and setting new font styles in your image.


Access to Torch

Torch can be accessed from the Monticello tools.


(ConfigurationOfTorch project version: '1.3') load.

(ConfigurationOfTorch project version: '1.2') load.

  1. (2)Loading the respective packages.

  2. (a)for a dev or core image:

  1. (b)for a core image (migrating to Pharo 1.4):

(ConfigurationOfTorch project version: 'default') load.