/StarBase-deprecated-

A science fiction roleplaying game desktop mapping application

Primary LanguagePython

StarBase - The Science Fiction Mapping Application

Starbase is a desktop application for generating and editing maps
of regions of space for science fiction roleplaying games.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

All files distributes with this application are covered by the
GPL V2 license, unless explicitly stated in the file. A copy of the
licesne is provided in the file GPL-2.txt distributed with it.


Running StarBase From Source

StarBase is developed in the Python programming language, and is open source software released under the GPL version 2 license. The source files and associated data files are all available on Github from the following URL:

https://github.com/simon-hibbs/StarBase

In order to run StarBase you will need a copy of the Python programming language and several third party modules for Python. These are:

Python 2.7
Pywin32 (Windows only)
PySide-1.1 -  Qt GUI framework bindings for Python
NetworkX – a network graph library

Starbase is tested on Linux and Windows. Optionally if you wish to build the application as a Windows executable yourself, you will also need:

Py2exe