/RPG-Web-Components

An Age of Rebellion-themed set of AngularJS directives and components

Primary LanguageCSSMIT LicenseMIT

RPG-Web-Components

An AoR-themed set of AngularJS directives and components

Please view the examples at: https://tk20466.github.io/RPG-Web-Components/

Live example: http://swrpg.sarah-bailey.com/

Current Version: 0.9.5

Usage: just include the module in your application module after referencing AngularJS and the included javascript/css file.

var app = angular.module("myApp", ["swaor"]);

Themes: You can change the style theme by changing the class on your <html> element

<html class="edge-of-the-empire-themed">
<html class="age-of-rebellion-themed">

Building: Make sure you have the following NPM packages installed:

Then run the following two commands in your command line

gulp templates
gulp release

your files will be output to a /releases folder

To-do:

  • Finish documentation
  • Minion group size handling
  • live-tracker for wounds/strain/group size
  • Ranged/Melee defense box
  • Better equipment management
  • IE11 and Firefox support
  • WYSIWYG editor with preview