Giter VIP home page Giter VIP logo

prefuse / flare Goto Github PK

View Code? Open in Web Editor NEW
344.0 33.0 78.0 1.81 MB

Flare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques.

Home Page: http://flare.prefuse.org

License: Other

ActionScript 93.65% Shell 0.01% JavaScript 6.22% Python 0.12%

flare's Introduction

Flare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques. 

Flare is a creation of the UC Berkeley Visualization Lab http://vis.berkeley.edu/. For more information see license-flare.txt and http://flare.prefuse.org/. 

This repository was initially created from the release available at http://downloads.sourceforge.net/prefuse/prefuse.flare-alpha-20090124.zip

flare's People

Contributors

thomasburleson avatar wjwillett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flare's Issues

Dependency Graph Not Working

Hey. I'm running Flare in a demo version of Flash Builder. I downloaded the flare libraries and ran through the short tutorial. The Job Voyager and the Package Map run fine but the Dependency Graph doesn't work. It creates all the link lines, but it's not showing the data around the edges and the interactivity doesn't work.

Can anyone help me out with this? Evaluating for use in a government project and the lab director here really likes what it appears we can do with it.

Thanks much,
Jeff

Power available that shouldn't be

When I got the Mental + 1 book, I put it in and had access to a new power. I dragged the icon into my action bar and later removed the +1 mental from my artifact slot, lost the power, but could still use it from the action bar.

Fix JSON error compiling Flare with Flex SDK 4.6 and compc

If you are having trouble compiling Flare with the Flex SDK 4.6 and getting some error with com.adobe.serialization.json.JSON, it's because the API has changed.

How to fix:

  1. Remove any imports of com.adobe.serialization.json.JSON, it's not needed anymore.

  2. Replace JSON.encode with JSON.stringify

  3. Replace JSON.decode with JSON.parse

  4. In build.xml, in the target flare, uncomment this line

      <source-path path-element="${flare.lib}/"/>
    

Semicolons in the loops

When I'm trying to compile flare demos, with flex 4, there are many issues in these files:
src\flare\util\Strings.as
src\flare\util\Maths.as
src\flare\vis\data\NodeSprite.as
src\flare\vis\operator\layout\Layout.as
All these issues has the same type:
Empty statement found where block of code expected. Did you type ';' accidentally?
[compc]
[compc] for (; i>0 && quantiles[i-1] == x; --i);
[compc] ^

I've fixed it in mine local working copy by replacing ";" with "{}". So please fix it in the trunk
P.S.: Project was built with free flex SDK

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.