Giter Site home page Giter Site logo

Comments (2)

leungwensen avatar leungwensen commented on June 12, 2024

xmind-sdk-javascript is to extract the file structure of an XMind file, getting it rendered is a whole other story.

To render an XMind file (which is a hierarchy structure, or, more commonly called a tree) in browser, what you need to do is:

  1. apply a tree layout algorithm.
  2. draw it.

Applying a tree layout algorithm is to distribute appropriate positions in a canvas for each nodes in the tree. The most popular solution is d3-hierarchy, a more suitable one for XMind-like MindMaps is mindmap-layouts.

Drawing a tree with position info in browsers is easy, and you have a lot of options. You can draw it with HTML5 canvas, SVG, or libraries of upper levels like d3, raphael,Snap.svg, etc.

But if what you asking is how to develop an app just like XMind which runs in the browsers, I have to say, you have a long long way to go.

from xmind-sdk-javascript.

olimart avatar olimart commented on June 12, 2024

Thanks for the clarification. I better understand the purpose of this project now.

But if what you asking is how to develop an app just like XMind which runs in the browsers, I have to say, you have a long long way to go.

Indeed 😄

from xmind-sdk-javascript.

Related Issues (13)

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.