luicaps / MoLIC-Designer-Desktop

Cross-platform desktop version of MoLIC Designer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoLIC-Designer-Desktop

Cross-platform desktop version of MoLIC Designer. This is a tool version intended for local execution.

You can check the main web version of this code here.

What is MoLIC?

Curious about this tool and its potential? Read more about what MoLIC is and how to use it here.

Frameworks in use

Node Webkit

To reuse the web code and benefit from various web libraries, I chose to use this framework to run a web application in the desktop. Check more about Node Webkit here.

Draw2D Touch

This library makes graph and diagrams easy to implement. I've been wandering around JointJS, but I managed to create the full tool with the Draw2D community version, allowing also to make my code open source with the GPL license.

Check more about Draw2D Touch here.

Others

Any other library in use is just a recommendation from the main libraries presented.

TODO

  • Implement menubar actions
  • Implement keyboard shortcuts for menubar and Draw2D
  • First release

About

Cross-platform desktop version of MoLIC Designer

License:GNU General Public License v2.0


Languages

Language:JavaScript 99.5%Language:CSS 0.5%