0.1.8 • Published 7 years ago

geometry2d v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Geometry2D

A TypeScript / JavaScript library for 2D geometry.

Installation

$> npm install geometry2d

Build

Project settings are defined in package.json, settings section. Inside this section, set debug to true to debug the project with source maps, or set debug to false to build the project in the release mode.

Tasks are defined in the gulpfile.js script.

Commands should be run under a bash shell.

The following command builds the project and runs unit tests. If any change happens, it builds the project and runs units tests again.

$> npm run watch

For more predefined commands, see package.json, item scripts.

Unit tests are logged in the tests/ folder, file tape.log.

Usage

Work in progress...

API Documentation

Work in progress...

Contributors

yahiko

Licence

MIT

0.1.8

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago