Changes between Version 7 and Version 8 of frontend/features

Show
Ignore:
Author:
robertc (IP: 192.168.0.1)
Timestamp:
01/07/08 18:02:21 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frontend/features

    v7 v8  
    99 - Consistency is a cinch: no longer will you have to go through every screen and fix something up every time someone changes their mind. Automatic layout and the separation of content from the visuals guarantees that. 
    1010 
     11[[Image(template.gif, nolink, align="left")]] 
    1112== Templating == 
    12  
    13 [[Image(template.gif, nolink, align="left")]] 
    1413libRocket 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. 
    1514{{{ 
    2827[[Image(datasource.gif, nolink)]] 
    2928 
     29[[Image(scripting.gif, nolink, align="left")]] 
    3030== Tight scripting Integration == 
    31  
    32 [[Image(scripting.gif, nolink, align="left")]] 
    3331The 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. 
    3432{{{