<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.fenggui.org//lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.fenggui.org//feed.php">
        <title>FengGUI</title>
        <description></description>
        <link>http://www.fenggui.org//</link>
        <image rdf:resource="http://www.fenggui.org//lib/images/favicon.ico" />
       <dc:date>2010-03-09T15:19:50+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=start&amp;amp;rev=1267438514&amp;do=diff1267438514"/>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=doc:performance&amp;amp;rev=1245304783&amp;do=diff1245304783"/>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=changelog&amp;amp;rev=1243870881&amp;do=diff1243870881"/>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=snippet:snippetslist&amp;amp;rev=1243073894&amp;do=diff1243073894"/>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=snippet:changing_font_color&amp;amp;rev=1243073850&amp;do=diff1243073850"/>
                <rdf:li rdf:resource="http://www.fenggui.org//doku.php?id=doc:examples:examples&amp;amp;rev=1242836670&amp;do=diff1242836670"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.fenggui.org//lib/images/favicon.ico">
        <title>FengGUI</title>
        <link>http://www.fenggui.org//</link>
        <url>http://www.fenggui.org//lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.fenggui.org//doku.php?id=start&amp;amp;rev=1267438514&amp;do=diff1267438514">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-01T11:15:14+01:00</dc:date>
        <title>start</title>
        <link>http://www.fenggui.org//doku.php?id=start&amp;amp;rev=1267438514&amp;do=diff1267438514</link>
        <description>FengGUI is a graphical user interface (GUI) application programming interface (API) based on OpenGL. FengGUI provides all typical GUI components like buttons, sliders, trees, text areas, frames, tabs, etc. which are required to build a complete GUI system. Since it is based on OpenGL, FengGUI fits well in multimedia and game environments. In addition, OpenGL enables FengGUI to be fast and have graphical finesse at the same time. The architecture is similar to common GUI APIs which allows develop…</description>
    </item>
    <item rdf:about="http://www.fenggui.org//doku.php?id=doc:performance&amp;amp;rev=1245304783&amp;do=diff1245304783">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-18T07:59:43+01:00</dc:date>
        <title>doc:performance</title>
        <link>http://www.fenggui.org//doku.php?id=doc:performance&amp;amp;rev=1245304783&amp;do=diff1245304783</link>
        <description>Some performance tips are summarized on this page: 

	*  Reduce your calls to layout() to a minimum. Layout calls travel through the widget tree from the widget you call the method to the leafs of the tree.
	*  Reduce your calls to updateMinSize() to a minimum. Usually you should never have to call this method except if you change something in the appearance. A widget is not notified if its appearance changes in any way. This update calls travel from the widget you call it to the root of the wid…</description>
    </item>
    <item rdf:about="http://www.fenggui.org//doku.php?id=changelog&amp;amp;rev=1243870881&amp;do=diff1243870881">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-01T17:41:21+01:00</dc:date>
        <title>changelog</title>
        <link>http://www.fenggui.org//doku.php?id=changelog&amp;amp;rev=1243870881&amp;do=diff1243870881</link>
        <description>This changelog lists the biggest and most important changes from version to version.



	*  Updated lwjgl to version 2.1.0
	*  completely rewritten event system
	*  minor bugfixes, improvements and speedups

	*  Removed theming from all widget constructors. This brings over 50% faster initialization times of widgets. More theming freedom (multiple themes can be used now). Also prototype widgets are used now in the FengGUI factory. To get a themed widget call FengGUI.createWidget(&lt;theWidget&gt;.clas…</description>
    </item>
    <item rdf:about="http://www.fenggui.org//doku.php?id=snippet:snippetslist&amp;amp;rev=1243073894&amp;do=diff1243073894">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-23T12:18:14+01:00</dc:date>
        <title>snippet:snippetslist</title>
        <link>http://www.fenggui.org//doku.php?id=snippet:snippetslist&amp;amp;rev=1243073894&amp;do=diff1243073894</link>
        <description>Some small snippets to get you around some common problems in FengGUI: 

	*  Scale an Image to the size of a Widget
	*  FengGUIs DirectTextRenderer
	*  Changing Font Color</description>
    </item>
    <item rdf:about="http://www.fenggui.org//doku.php?id=snippet:changing_font_color&amp;amp;rev=1243073850&amp;do=diff1243073850">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-23T12:17:30+01:00</dc:date>
        <title>snippet:changing_font_color - created</title>
        <link>http://www.fenggui.org//doku.php?id=snippet:changing_font_color&amp;amp;rev=1243073850&amp;do=diff1243073850</link>
        <description>FengGUI uses TextRenderers together with a TextStyle object to define the look of text.


private void setColorToDefaultStyle(TextAppearance appearance, Color color)
{
    TextStyle def = appearance.getStyle(TextStyle.DEFAULTSTYLEKEY);
    def.getTextStyleEntry(TextStyleEntry.DEFAULTSTYLESTATEKEY).setColor(color);
}</description>
    </item>
    <item rdf:about="http://www.fenggui.org//doku.php?id=doc:examples:examples&amp;amp;rev=1242836670&amp;do=diff1242836670">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-20T18:24:30+01:00</dc:date>
        <title>doc:examples:examples</title>
        <link>http://www.fenggui.org//doku.php?id=doc:examples:examples&amp;amp;rev=1242836670&amp;do=diff1242836670</link>
        <description>FengGUI comes with many examples that shall help developer to get their feet wet. This page provides an overview over all current examples such that developers can easily check out which examples comes closest to what they want to achieve. Since the number of examples grows constantly, you can also check out the org.fenggui.example package directly from the SVN and grab the sources from there.</description>
    </item>
</rdf:RDF>
