Git Product home page Git Product logo

charttojson's Introduction

ChartToJson

Flow chart exportable to Json using WPF and MEF. It works but it's not finished (also it lacks certain dlls of my own tools listed below).

I made this because I needed a tree like structure of objects, I like to plan things on flow charts and didn't want to plan it all and then write all the code down. So I made a flow chart that export not only to an image but to a Json file with a tree like structure.

Only entities will be exported to Json, not any visual including text entities and texts boxes. Entities are added through MEF plugins following the "StoryChartEntitiesTemplatesPlugin" (the model subfolder are the entities itself) folder as example. Using MEF UserControls can also be added so the user can input the data of the entities. Following MVVM pattern, the real entites wich will be exported to Json will be the model of that UserControls.

Just for visual appealing, more border shapes of the entities can be added through MEF plugins too, following "ShapesTemplatesPlugin" folder as example.

The idea is just throw the plugin dll file into a subfolder called "plugins" (case insensitive), and run.

You'll need these to compile it (all marked as release v1.0):

https://github.com/NoxLP/UndoRedoSystem

https://github.com/NoxLP/WPFHelpers

https://github.com/NoxLP/NET471WPFVisualTreeHelperExtensions

https://github.com/NoxLP/Math471

https://github.com/NoxLP/JsonManagerLibrary

Also there's an msi file here:

https://drive.google.com/file/d/1GFfFqFBbsvLh4aTyWj4x7ClN6jyBIdf7/view?usp=sharing

charttojson's People

Contributors

noxlp avatar

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.