Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
/ Andle. Public archive

An authoring system for creating traditional adventure gamebooks.

License

Notifications You must be signed in to change notification settings

mrombout/Andle.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andle is an authoring system for creating traditional adventure gamebooks in paper (using LaTeX) and epub format. It provides a (soon to be) powerful editor that allows one to create professional looking adventure gamebooks.

Status

Andle. is merely a playground for me to try out new things related to MDE. It is not in a usable state and unfortunately probably never will be.

Features

  • Andle.
    • Provides a diagram editor for editing pages in a book and how these link to each other.
  • Andle.Bold
    • Provides a textual markup language for writing pages.
  • Andle.Code
    • Provides a simple scripting language that compiles into a flat file structure.
  • Andle.Desk
    • Provides a fully dedicated editor application.
  • Andle.Subjects
    • Provides a way to manage important entities in an Andle. book such as characters, locations, etc.
  • Andle.Target.EPUB
    • Turns an Andle. book into an EPUB book.
  • Andle.Target.LaTeX
    • Turns an Andle. book into a LatEx book.

Technologies

  • EMF
    • nl.mikero.andle.*
  • Sirius
    • nl.mikero.andle.andle.model.design
    • nl.mikero.andle.subject.model.design
    • nl.mikero.andle.subject.model.standard.design
  • Xtext
    • nl.mikero.andle.bold.lang.*
    • nl.mikero.andle.code.lang.*
  • Eclipse RCP
    • nl.mikero.andle.desk.*
  • EMFForms
    • nl.mikero.andle.subject.model.standard.forms
  • EEF
    • nl.mikero.andle.subject.model.standard.forms
  • QVTo
    • nl.mikero.andle.target.latex
    • nl.mikero.andle.target.epub.*
    • nl.mikero.andle.target.intermediate.html
  • Acceleo
    • nl.mikero.andle.target.latex

Roadmap

The following is a list of things I want to do when I find the time. This list is roughly in order.

  • Usable Workbench
    • A standalone IDE that supports writing a simple adventure book (Kolb & the Dragon style) and compile it to either an EPUB or LaTeX document with a single button click.
  • Custom Subjects
    • A way for writers to define their own pieces of data and templates to fill them out. These can then be references to from a Andle book.
  • Andle Code
    • A large and probably the most involved features that nevers gets finished. Andle.Code gives the author the ability to use boolean, numerical and string values and if branches. This will then be compiled into a static Book. Limitations apply.

License

See file LICENSE.

About

An authoring system for creating traditional adventure gamebooks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published