GithubHelp home page GithubHelp logo

Comments (2)

jameswex avatar jameswex commented on June 1, 2024 1

The deps on Tensorboard are just for the build scripts to build the project into its compiled form that make it usable both internal to Google and external as through its GitHub repo. That decision was made when Facets was first built, as getting it to build correctly in both environments and with its use of Typescript, Polymer, and Protocol Buffers was surprisingly complicated (and TensorBoard had solved it).

Facets Dive is rendered using Polymer 1.x elements and the THREE.js library (for the main display of dots/images Dive).
Facets Overview is rendered using Polymer 1.x elements and the plottable.js library for chart creation/rendering (which is built on top of d3.
Both visualizations make use of d3 as well.

Both visualizations are built as polymer web component elements (facets-dive and facets-overview), and internally make use of other polymer elements as sub-components. This was done as polymer elements were a popular choice for web component creation when Facets was developed, and at the time TensorBoard was all-in on Polymer.

Removing the Polymer dependency from Facets would require a complete rewrite of both visualizations and would be a breaking change for users of the elements. It isn't on our roadmap. But the creation of very similar visualizations could certainly be done through another framework (react or lit-element, for two examples).

from facets.

mauricioklein avatar mauricioklein commented on June 1, 2024

Thanks, appreciate your reply!

from facets.

Related Issues (20)

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.