Code Monkey home page Code Monkey logo

explo's Introduction

CI


Monorepo for Explo, a tool which allows you to explore the render tree of a Flutter app in 3D, through an exploded representation.

Component Description Location Published at
explo Flutter package to receive captured render tree data and visualize it. packages/explo pub.dev
explo_capture Flutter package to capture render tree data in a Flutter app. packages/explo_capture pub.dev
explo_ide_view Explo web view for IDE plugins. packages/explo_ide_view
explo-code VS Code extension to add support for Explo explo-code VS Marketplace

explo's People

Contributors

blaugold avatar

Stargazers

 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

explo's Issues

De/serialize render tree data more efficiently

Currently, render tree data is serialized as a recursive JSON structure. This is expensive to both serialize and deserialize.

Instead, each RenderObjectData should be serialized and appended to a string, separated by a delimiter. Each RenderObjectData needs to be serialized with a unique ID, which is used to refer to it in child lists. With this, the tree structure can be reconstructed during deserialization.

Clean up viewer UI

  • remove app bar and watch/load controls
  • improve render object type list
    • make it denser
    • add search filter
    • add reset to default button
    • add count
    • highlight type when render object is clicked
    • show type of hovered/select render object in status bar
  • Limit rotation
  • Remove navigation from provided components

Control camera instead of the render tree model

Currently, dragging, scrolling, etc. in the viewport, manipulates the render tree model.

Instead, the viewport controls should control the position of the camera.
It would also make sense to add panning for more flexibility of the user's viewpoint.

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.