Skip to content

AwayJS is a graphics library for javascript written in typescript

Notifications You must be signed in to change notification settings

awayjs/awayjs-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 12, 2018
38b2e34 · Dec 12, 2018
Aug 6, 2018
Oct 15, 2018
Mar 9, 2017
Oct 5, 2017
Oct 5, 2017
Apr 10, 2018
Mar 9, 2017
Mar 11, 2017
Mar 9, 2017
Nov 5, 2016
Dec 12, 2018
Apr 10, 2018
Jun 12, 2018
Jun 12, 2018

Repository files navigation

AwayJS

Build Status

AwayJS is a graphics library for javascript written in typescript.

Features

TODO

Examples

Installation

Flat Installation

AwayJS can be installed as a flattened package using awayjs-full or awayjs-lite via npm.

npm install --save @awayjs/awayjs-full		 

or

npm install --save @awayjs/awayjs-lite		

Modular Installation

AwayJS can be installed as a series of interdependant modules (see below) that can be configured, depending on the specific requirements of the application. This configuration should provide the best experience for typed development using typescript.

First, clone awayjs-full, then run the script InitAwayDev_mac.command TODO links neededs or InitAwayDev_win.bat. The script will clone all the dependencies, and interlink them in the awayjs-full installation.

In your application, install awayjs-full via npm:

npm install --save @awayjs/awayjs-full		

You can then link your awayjs-full package to your local configuration:

npm link path/to/your/@awayjs/folder		

Documentation

Official AwayJS Documentation