1.0.4 • Published 8 years ago

tonic-core v1.0.4

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Tonic.core

Build Status Dependency Status semantic-release

Goal

Tonic Core is meant to gather JavaScript processing components that could be used to convert local data into something meaningful for the user such as images, WebGL 3D geometry, or any other structure that require complex data processing...

Documentation

See the documentation for a getting started guide, advanced documentation, and API descriptions.

Development

The tonic suite of components can be develop independently of each other or treated as a whole.

When fetched individually, all the common build tools will be installed locally automatically either at post-install or when you build the library.

$ git clone https://github.com/kitware/tonic-core.git
$ cd tonic-core
$ npm install
$ npm run build

Otherwise you can get the full Tonic suite with the following set of commands:

$ git clone https://github.com/kitware/tonic.git
$ cd tonic
$ npm install
$ cd tonic-components/tonic-core
$ npm run build

Licensing

tonic-core is licensed under BSD Clause 3.

Getting Involved

Fork our repository and do great things. At Kitware, we've been contributing to open-source software for 15 years and counting, and want to make tonic-core useful to as many people as possible.

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago