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 Debian Archiv squeeze (main)
Version1.3.14-3
Sektionlibdevel
Prioritätoptional
Installierte Größe356 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
PaketbetreuerMichael Koch
Quelleeris
Paketgröße96414 Byte
Prüfsumme MD5d5808484cd341b66c5aaa663aad5d520
Prüfsumme SHA1a7560f76357c55dcfe962a55d2e903078002a026
Prüfsumme SHA256cf8dcf9a08ac72f236d5e6ff19ed9a6ec61a36c9ef5504a75c66c588bea71e83
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