SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

This is the travlib package, a suite of code meant to make writing a programme for the Traveller(R) universe a little easier.

Right now the code appears to be feature-complete. All code necessary implementing a hierarchical Traveller universe exists (galaxies beget sectors, sectors subsectors, subsectors systems, systems stars, stars planets (and belts), and planets moons). Scheme and C bindings exist in order to give the developer all the power he needs.

Release Plans

0.2: Complete C declarations DONE
0.3: Complete C definitions DONE
0.4: Complete Scheme bindings DONE
0.5: Rework file parsing DONE
0.6: Turn into a real library, capable of being dynamically or

statically linked DONE
1.0: Document, bug fix and in other ways make ready

1.0 will not be attempted until travtrack itself nears completion. After all, is travlib is a Traveller library, then the best way to exercise it is in Traveller software.

Documentation

To make the programme:
./configure
make
make install # as root, of course; I sudo make install

To use the C bindings, simply #include <travlib/trav.h>. The Guile bindings are in multiple parts, but you will almost certainly wish to (use-modules (travlib core) (travlib creation)).


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.