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
BeschreibungThe WorldForge client entity library
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.3.14-3
Sektionuniverse/libs
Prioritätoptional
Installierte Größe656 Byte
Hängt ab vonlibatlas-cpp-0.6-1, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libmercator-0.2-6, libsigc++-2.0-0c2a (>=
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleeris
Paketgröße244326 Byte
Prüfsumme MD52c4b16357965ebf814ccbe32f731cbac
Prüfsumme SHA1b2c8aa7395d7b5d130e1399b6615678b9f1b72ed
Prüfsumme SHA2569bba7d38bc1273a21075d3119d210ee3857f606d80870c6c4eb4031114764152
Link zum Herunterladenliberis-1.3-15_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.


Impressum
Linux is a registered trademark of Linus Torvalds