-1

I want to develop a flowchart simulator where a user can do flowcharts for programs and things like that. I came across the GoJS library in this regard, but it looks like there's a licensing issue with it as I am getting this message:

Go JS evaluation- Not for distribution or production. Use nwoods.com.

What is the best library for having my work done?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Kiran
  • 19
  • 2

2 Answers2

1

I wrote code for diagramo, so I can tell you that it is HTML5-based and free. Give it a try; it might be what you need.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Alex
  • 5,510
  • 8
  • 35
  • 54
0

You may mean something like the Logic Circuit sample, which does a very simple emulation of an electronic circuit.

GoJS is a commercial library, so you need to acquire a license. But free licenses are available for academic use.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Walter Northwoods
  • 4,061
  • 2
  • 10
  • 16