Vincent Zeng d36d50f7b0 better self-throwing cue, credits 10 tahun lalu
..
appicons d459c80f3d got twee dev more or less working 10 tahun lalu
icons d459c80f3d got twee dev more or less working 10 tahun lalu
targets 4186de9086 final twiddling 10 tahun lalu
README.md d459c80f3d got twee dev more or less working 10 tahun lalu
app.py d459c80f3d got twee dev more or less working 10 tahun lalu
buildapp.py d459c80f3d got twee dev more or less working 10 tahun lalu
buildexe.py d459c80f3d got twee dev more or less working 10 tahun lalu
fseditframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
geometry.py d459c80f3d got twee dev more or less working 10 tahun lalu
gpl.txt d459c80f3d got twee dev more or less working 10 tahun lalu
header.py d459c80f3d got twee dev more or less working 10 tahun lalu
header.pyc d36d50f7b0 better self-throwing cue, credits 10 tahun lalu
images.py d459c80f3d got twee dev more or less working 10 tahun lalu
install.nsi d459c80f3d got twee dev more or less working 10 tahun lalu
metrics.py d459c80f3d got twee dev more or less working 10 tahun lalu
passageframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
passagesearchframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
passagewidget.py d459c80f3d got twee dev more or less working 10 tahun lalu
prefframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
pylintrc d459c80f3d got twee dev more or less working 10 tahun lalu
requirements.txt d459c80f3d got twee dev more or less working 10 tahun lalu
searchpanels.py d459c80f3d got twee dev more or less working 10 tahun lalu
statisticsdialog.py d459c80f3d got twee dev more or less working 10 tahun lalu
storyframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
storymetadataframe.py d459c80f3d got twee dev more or less working 10 tahun lalu
storypanel.py d459c80f3d got twee dev more or less working 10 tahun lalu
storysearchframes.py d459c80f3d got twee dev more or less working 10 tahun lalu
tiddlywiki.py d459c80f3d got twee dev more or less working 10 tahun lalu
tiddlywiki.pyc d36d50f7b0 better self-throwing cue, credits 10 tahun lalu
twee d459c80f3d got twee dev more or less working 10 tahun lalu
tweelexer.py d459c80f3d got twee dev more or less working 10 tahun lalu
tweelexer.pyc d36d50f7b0 better self-throwing cue, credits 10 tahun lalu
tweeregex.py d459c80f3d got twee dev more or less working 10 tahun lalu
tweeregex.pyc d36d50f7b0 better self-throwing cue, credits 10 tahun lalu
tweestyler.py d459c80f3d got twee dev more or less working 10 tahun lalu
untwee d459c80f3d got twee dev more or less working 10 tahun lalu
utils.py d459c80f3d got twee dev more or less working 10 tahun lalu
version.py d459c80f3d got twee dev more or less working 10 tahun lalu
version.pyc d36d50f7b0 better self-throwing cue, credits 10 tahun lalu

README.md

Twine

Introduction

A visual tool for creating interactive stories for the Web, based on the Twee story engine. Twine is written primarily in Python and Javascript, with UI widgets provided by wxPython. Twine was written by Chris Klimas. Further information is available at:

http://twinery.org/

Installation

The easiest way to install Twine is to download the installable versions for Windows or Mac OS X:

Set up a development environment

You can set up a development environment if you want to contribute to the project or if you want to run Twine on another platform (such as Linux).

You may want to run your development environment in a virtualenv:

virtualenv tweecode
cd tweecode/
source bin/activate

Get the code:

git clone git@github.com:tweecode/twine.git

Install required modules (note, wxPython will need to be installed separately from the pip requirements):

cd twine/
pip install -r requirements.txt

You should now have a working Twine setup. To start Twine:

python app.py

Contributing to Twine development

If you have bug fixes for Twine, the easiest way to contribute them back is as follows:

  • fork this repository (see link at top of the project page on github)
  • make your fixes and push them to your own fork on github
  • make a pull request (see link at top of the github project page)

To report bugs, issues or feature requests, use the github issues system.