<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.easyrpg.org/lib/exe/css.php?s=feed" 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="https://wiki.easyrpg.org/feed.php">
        <title>EasyRPG Wiki - development:player</title>
        <description></description>
        <link>https://wiki.easyrpg.org/</link>
        <image rdf:resource="https://wiki.easyrpg.org/_media/wiki/logo.png" />
       <dc:date>2026-05-14T12:09:31+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.easyrpg.org/development/player/audio-backend?rev=1443866090&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.easyrpg.org/development/player/code-formatting-conventions?rev=1443866099&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.easyrpg.org/development/player/scenes?rev=1443866090&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.easyrpg.org/development/player/web?rev=1636623502&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.easyrpg.org/_media/wiki/logo.png">
        <title>EasyRPG Wiki</title>
        <link>https://wiki.easyrpg.org/</link>
        <url>https://wiki.easyrpg.org/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.easyrpg.org/development/player/audio-backend?rev=1443866090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-10-03T09:54:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Audio Backend</title>
        <link>https://wiki.easyrpg.org/development/player/audio-backend?rev=1443866090&amp;do=diff</link>
        <description>Audio Backend

The Player is currently using SDL_Mixer as the default audio backend.

Available Backends

	*  No Audio
	*  SDL Mixer
	*  Open AL

API

The main header of the audio backend is audio.h.

TODO: Generate a doc using doxygen (+ improve documentation of sourcecode) and link it here.</description>
    </item>
    <item rdf:about="https://wiki.easyrpg.org/development/player/code-formatting-conventions?rev=1443866099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-10-03T09:54:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Code Formatting Conventions</title>
        <link>https://wiki.easyrpg.org/development/player/code-formatting-conventions?rev=1443866099&amp;do=diff</link>
        <description>Code Formatting Conventions

Common Sense

----------

Just use it, it may be better to break the convention rules in some cases.

Indentation

----------

Tabs, at four columns. Always indent within braces.

Remember to change your text editor/IDE configuration, so it automatically uses tabs instead of spaces.</description>
    </item>
    <item rdf:about="https://wiki.easyrpg.org/development/player/scenes?rev=1443866090&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-10-03T09:54:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Scenes</title>
        <link>https://wiki.easyrpg.org/development/player/scenes?rev=1443866090&amp;do=diff</link>
        <description>Scenes

Implementation

EasyRPG implements the scene code using a stack machine. The scene on the top of the stack is executed and the others are suspended.

The runtime loop is implemented by the function Scene::MainFunction(). This function calls different functions on the top scene depending on if the last activity was a push or a pop:</description>
    </item>
    <item rdf:about="https://wiki.easyrpg.org/development/player/web?rev=1636623502&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-11-11T09:38:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>EasyRPG Player for the Web</title>
        <link>https://wiki.easyrpg.org/development/player/web?rev=1636623502&amp;do=diff</link>
        <description>EasyRPG Player for the Web

EasyRPG Player supports running games directly inside your web browser.

If you want to test it you can play with a Demo of our TestGame. Try also a working game: Ib

THIS GUIDE IS OUTDATED

Please do not follow this guide anymore!

Click here for the up-to-date version

How it works</description>
    </item>
</rdf:RDF>
