|
| 1 | +Dialogger |
| 2 | +========= |
| 3 | + |
| 4 | +[](http://i.imgur.com/ojQbysn.png) |
| 5 | + |
| 6 | +Dialogger is a simple dialogue graph editor. It saves your dialogue graph in |
| 7 | +two file formats: |
| 8 | + |
| 9 | +- **.dl** - JSON file including all visual layout information |
| 10 | +- **.dlz** - optimized JSON, easier and faster to parse |
| 11 | + |
| 12 | +It uses [NW.js](http://nwjs.io/) and [JointJS](http://www.jointjs.com/). |
| 13 | + |
| 14 | +Read more about the rationale |
| 15 | +[here](http://etodd.io/2014/05/16/the-poor-mans-dialogue-tree/). |
| 16 | + |
| 17 | +Running |
| 18 | +------- |
| 19 | + |
| 20 | +Binaries are provided, but if you want to hack on the project, first download |
| 21 | +the NW.js SDK, then: |
| 22 | + |
| 23 | +```shell |
| 24 | +cd /path/to/app |
| 25 | +/path/to/nwjs/nw . |
| 26 | +``` |
| 27 | + |
| 28 | +See the [NW.js docs](http://docs.nwjs.io/) for more info. |
| 29 | + |
| 30 | +The MIT License |
| 31 | +--------------- |
| 32 | + |
| 33 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 34 | +of this software and associated documentation files (the "Software"), to deal |
| 35 | +in the Software without restriction, including without limitation the rights |
| 36 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 37 | +copies of the Software, and to permit persons to whom the Software is |
| 38 | +furnished to do so, subject to the following conditions: |
| 39 | + |
| 40 | +The above copyright notice and this permission notice shall be included in all |
| 41 | +copies or substantial portions of the Software. |
| 42 | + |
| 43 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 44 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 45 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 46 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 47 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 48 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 49 | +SOFTWARE. |
0 commit comments