Skip to content

kdi/psyche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7cecfc · May 12, 2019

History

10 Commits
May 3, 2015
May 3, 2015
May 12, 2019
May 12, 2019

Repository files navigation

Psyche

A 3D graph representation of a personality profile

Dependencies

Install

$ npm install psyche

Usage

To present a personality, a signature of it's main attributes is required. This signature can be created manually or ingested from an online source as a JSON data file. The schema of the JSON is as defined by PN:OI for a Pneuma construct.

const psyche = require('psyche');

var pneuma = {...};

// load attributes

psyche.load( pneuma );

...

// output

psyche.render();

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through K&D Interactive

Released under the Creative Commons BY-NC-ND license

About

A 3D graph representation of a personality profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published