Coder Social home page Coder Social logo

selios / prefux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jchildress/prefux

0.0 1.0 0.0 6.79 MB

Prefux is an attempt to migrate the great Prefuse library to JavaFX. It's code is forked from the Prefuse code.

License: Other

Java 97.82% HTML 2.12% CSS 0.07%

prefux's Introduction

Prefux README

INTRO

Prefux is an attempt to implement or migrate the Prefuse library (http://prefuse.org) to JavaFX technology.

Prefuse is a great Java-based toolkit for building interactive information visualization applications. Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries, integrated search, and database connectivity.

The Prefuse library is licensed under the BSD license. All modifications and contributions to this fork are licensed under the BSD license too.

The main goal of this fork is to implement force based graph layout visualization in JavaFX. If there is time, further functionality will follow. This library is not compatible to the Prefuse library. The technologies Swing and JavaFx are so different, that it makes no sense to map the prefuse API one to one to JavaFX technology and there is no real UI visualization interface in Prefuse that is independent of the Swing libraries. But the main concepts should be the same (actions, renderers, layouts) so that it should be possible to convert code that is more or less Swing independent (e.g. graph layouts, data model) to this library.

STRUCTURE

The toolkit distribution uses the following organization:

+ prefux
|-- build  Directory where compiled classes and jar files are placed
|-- data   Various example data files used by the demo applications
|-- demos  Demo applications and applets showing the toolkit in use
|-- doc    Documentation. The Javadoc API files reside here once generated
|-- lib    Third-party libraries useful with prefux and their licenses
|-- src    The source code for the prefux toolkit
|-- test   JUnit tests for the toolkit (still a bit sparse at the moment)

REQUIREMENTS

prefux is written in Java 8, using the JavaFX library. To compile the prefux code, and to build and run prefux applications, you’ll need a copy of the Java Development Kit (JDK) for version 8 or greater.

We also recommended (though by no means is it required) that you use an Integrated Development Environment such as Eclipse (http://eclipse.org). Especially if you are a Java novice, it will likely make your life much easier.

BUILDING

Prefux uses gradle for building.

prefux's People

Contributors

effrafax avatar alex-rind avatar jchildress avatar kjkrum avatar islamvis avatar dahie avatar jheer avatar john-guerra avatar zillode avatar

Watchers

Stéphane Dervaux 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.