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-15-dbg
BeschreibungThe WorldForge client entity library - debugging library
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.3.14-3
Sektionuniverse/debug
Prioritätextra
Installierte Größe4736 Byte
Hängt ab vonliberis-1.3-15 (= 1.3.14-3)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleeris
Paketgröße1639622 Byte
Prüfsumme MD53990da572444e74a67287359cdf93c8d
Prüfsumme SHA16df592f5fefce7f789ca46be4968aefbfdd58e07
Prüfsumme SHA2563051b9c314581dc4af2d1f68c9dea24a4b733df93ba22dc990f773d1121ce7ea
Link zum Herunterladenliberis-1.3-15-dbg_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 debugging library.


Impressum
Linux is a registered trademark of Linus Torvalds