Giter Club home page Giter Club logo

yagl's Introduction

YAGL

YAGL (pronouned 'yæ gəl) is a javascript library that can create and render graphs in a 3D BabylonJS scene.

It's easy to use.

  • Create a Babylon scene object.
  • Define a graph in a YAGL object or file.
  • Create a YAGL GraphBuilder object, passing in the scene object.
  • Load your YAGL object or file using one of the functions in the GraphBuilder class.
var builder = new YAGL.GraphBuilder(scene);
builder.buildUsingJSONFile(url_of_yagl_file);

The builder will build a graph using the specifications defined in the YAGL file and render it in the scene.

YAGL Files

Graphs are predefined in JSON files. See template below.

Demonstrations

Download

Version 0.2.0 of the library (a non-minified iife file) can be download here. This version has not been tested on the current version of Babylon.js.

License

All files in this repository are released under the MIT license unless specified otherwise at the beginning of the file.

yagl's People

Contributors

erimcg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.