DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameliberis-1.3-dev
BeschreibungThe WorldForge client entity library - development files
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.3.14-3
Sektionuniverse/libdevel
Prioritätoptional
Installierte Größe312 Byte
Hängt ab vonliberis-1.3-15 (= 1.3.14-3), libatlas-cpp-0.6-dev (>= 0.6.0-1), libskstream-0.3-dev (>= 0.3.6-1), li
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleeris
Paketgröße43894 Byte
Prüfsumme MD50bb8502d0e9a11a05646708083080e46
Prüfsumme SHA1833b36d39059e8c3ed986651daa8077a2818b0b2
Prüfsumme SHA256f1d9d812495678422ca1600c6deced5ef0a49d773aa18b6da21bfbbf2275bac8
Link zum Herunterladenliberis-1.3-dev_1.3.14-3_i386.deb
Ausführliche BeschreibungEris is designed to simplify client development (and avoid repeating the same work several times), by providing a common system to deal with the back end tasks. Notably, Eris encapsulates most of the work in getting Atlas entities available on your client, logging into a server, and managing updates from the server. Thus it can be considered as a session layer above Atlas, providing persistent (for the session) objects as opposed to Atlas ones (which are transient). It handles the client-side implementation of the meta-server protocol, and querying game servers; out-of-game (OOG) operations (via the Lobby and Rooms), and most important in-game (IG) operations such as entity creation, movement and updates. . Eris provides a generic 'Entity' class, which you are free to sub-class and provide to the system (by registering a factory with the World); thus you are free to create different classes to handle characters, walls, vehicles, etc as your client dictates. An alternative approach is to simply create peer classes, and connect them to Eris via callbacks. Eris makes extensive use of libSigC++, which must be correctly installed and functioning on your system. Familiarity with signal/slot programming concepts is essential for using Eris; the libSigC++ home-page has some examples. Gtk+ or QT signal systems also provide a good introduction. . This package contains the development files for compiling software depending on Eris.


Impressum
Linux is a registered trademark of Linus Torvalds