https://github.com/fragglet/irmo
Irmo network game library
https://github.com/fragglet/irmo
Last synced: 7 months ago
JSON representation
Irmo network game library
- Host: GitHub
- URL: https://github.com/fragglet/irmo
- Owner: fragglet
- License: gpl-2.0
- Created: 2010-01-12T16:35:50.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-28T21:20:52.000Z (almost 16 years ago)
- Last Synced: 2025-06-19T05:20:46.540Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
About
Irmo is an abstracted multiplayer engine, in a library form. You can
use Irmo to add client-server multiplayer support to games quickly and
easily.
Irmo requires flex: you can get it here:
http://flex.sourceforge.net/
It may work with other lexers, but has not been tested.
Irmo installs a pkg-config configuration file. You may find it useful
to use pkg-config when linking against Irmo (although it is not
necessary). You can find pkg-config here:
http://www.freedesktop.org/software/pkgconfig/
Irmo is documented using Doxygen: you can use doxygen to generate a
full API reference. You can get doxygen here:
http://www.doxygen.org/
The Irmo homepage is at:
http://irmo.sourceforge.net/
Simon Howard