Giter VIP home page Giter VIP logo

picassojs-studio's Introduction

The picassojs.studio website is a custom code playground/sandbox for creating visualizations using the picasso.js visualization framework - it's inspired by an internal tool, picasso-sandbox, that I created while we developed picasso.js.

It's real time and updates itself, designed to streamline how to create graphs. It has a Code tab and a Data tab. The result of the "Code" tab is passed to picasso.js as the "settings", and the result of the "data" tab is passed into picasso.js as the "data".

screenshot

How do i use this locally?

  1. Clone the repo
  2. Run yarn && yarn start
  3. Have fun!

Can i use a linked version of picasso.js?

This SHOULD work - however I can't seem to get yarn to run right now, so I can't confirm it. Here's the steps:

  1. Clone the picasso.js repo and follow installation instructions
  2. Navigate to the picasso.js package using cd packages/picasso.js
  3. Run npm run build:watch
  4. Do npm link
  5. In the picassojs-studio-repo, run npm link picasso.js

Is this related to picasso.js?

No. This is purely a free-time/hobby kind of thing, and is not endorsed nor supported by the picasso.js team.

How are the examples hosted?

Locally only, in your localStorage

Can I import/export examples?

Not yet. Or well, if you fiddle about with your localStorage, you can edit it using an editor, and then paste it back again and reload the page. But no, other then that there's no official way.

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.