Changes between Version 4 and Version 5 of frontend/features

Show
Ignore:
Author:
lloydw (IP: 192.168.0.1)
Timestamp:
01/07/08 16:54:59 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frontend/features

    v4 v5  
    11= Overview = 
    22 
    3 LibRocket is a C++ interface middleware package designed for game applications. At its core it is based on the popular HTML and CSS specifications - we've taken most of the latest implementations used in web browsers now as well as a few of the most useful proposed additions to the specifications. It contains a full set of widgets so you can get creating screens right out of the box. 
     3libRocket is a C++ interface middleware package designed for game applications. At its core it is based on the popular HTML and CSS specifications - we've taken most of the latest implementations used in web browsers now as well as a few of the most useful proposed additions to the specifications. It contains a full set of widgets so you can get creating screens right out of the box. 
    44 
    55== Why HTML and CSS? == 
    1212 
    1313[[Image(template.gif, nolink, align="right")]] 
    14 LibRocket 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. 
     14libRocket 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{{{ 
    1616#!html