Download now

Download the current version
Current version : 0.1.2 alpha

RECEIVE ANNOUNCEMENTS

Click here to subscribe to our newsletters and receive news and announcements about TouTouJS.

If you wish to unsubscribe,
please click here.

Click here to read all the newsletter archives.

RSS FEEDS

Subscribe to our RSS feeds
provided by SourceForge
 
 rss feeds

SPONSORS & PARTNERS

Download

The current TouTouJS version is 0.1.2 (alpha). You can download it on our SourceForge.net project repository.
 
 
Download the latest version of TouTouJS
 
 

Release notes

Versions 0.1.* (alpha) release notes
 
 

Installation

Follow this procedure if you only want to install the TouTouJS libraries.
Read the next section if you also want to install the demos and the API documentation on your server.
 
1. Download the latest version of TouTouJS
 
2. Uncompress the archive file and copy the "src/toutou" directory somewhere under your web site's root path.
E.g.: /js/toutou
 
3. Open the file "/js/toutou/toutou.js" in your favorite text editor and modify the configuration. Look for the "toutou.config" object near the top of the file and modify its properties. Change at least the "rootUrl" property. It is best to use an absolute url unless you know what you are doing.
E.g.: this.rootUrl = "/js";
 
4. Open your favorite browser and test your installation.
E.g.: http:///js/toutou/toutoujs_test_page.htm
 
 

Demos and API documentation

You can browse the demos and the API documentation on our web site.
They are also included in the distribution. Follow the following instructions to install the on your server.
 
1. Download the latest version of TouTouJS
 
2. Uncompress the archive file somewhere under your web site's root path.
E.g.: /toutoujs
 
3. Open your favorite browser and test your installation.
E.g.: http:////toutoujs/index.htm
 
Our demo browser requires PHP to be installed on your server. If not, you may still view the demos but you will not be able to use the internal search engine.
 
 

Usage

To use TouTouJS, you must add the following line in your HTML document (change the url to match your installation path):
 
As a Javascript developper, you can then load specific modules according to your needs:
 
As a HTML integrator, you can use GUI objects:

    This box is dragable.

 ...but only on the Y axis

 
For more information, please follow these links:
- overview of TouTouJS
- TouTouJS demos
- TouTouJS documentation