Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript: trivial lib for writing game-style skill tree graphs

I want to do something like this skill tree. What I dislike about that beautiful graph is that background is a standard Photoshop layout, and to change that skill tree I need to rewrite a layout.

Question: Can you suggest me a javascript lib which will satisfy 2 requirements:

  1. Can build a beautiful graph
  2. Is pretty easy to customize (i.e. replace connection arrows style, etc.)
like image 461
VB_ Avatar asked Oct 19 '22 22:10

VB_


1 Answers

You might be looking for this: https://github.com/352Media/skilltree, it's made with Knockout.js.

like image 113
Kevin Sandow Avatar answered Nov 02 '22 07:11

Kevin Sandow