Changes between Version 6 and Version 7 of frontend/features

Show
Ignore:
Author:
robertc (IP: 192.168.0.1)
Timestamp:
01/07/08 17:54:03 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frontend/features

    v6 v7  
    1111== Templating == 
    1212 
    13 [[Image(template.gif, nolink, align="right")]] 
     13[[Image(template.gif, nolink, align="left")]] 
    1414libRocket comes with a powerful templating tool. You can define key elements, such as windows, then re-use these throughout the project. If you want to make a change to the window, change it in one place and every window will reflect the change. 
    1515{{{ 
    3030== Tight scripting Integration == 
    3131 
     32[[Image(scripting.gif, nolink, align="left")]] 
    3233The lightweight python plugin exposes all of rockets core features and DOM to the python programmer. The python interface has been modeled around javascript for simplicity and can be used to manipulate any part of a document in real time. Whole games can be written in python once the rocket framework is initialised. 
     34{{{ 
     35#!html 
     36<div class="clear">&nbsp;</div> 
     37}}} 
    3338 
    3439== Extensibility ==