Web interface for CircuitryLib.
Author: The Profitware Group / Sergey Sobko [email protected]
The code is mainly written as a part of my very special coursework at Moscow Institute of Electronics and Mathematics (MIEM HSE).
This is a simple web interface for CircuitryLib. It is written using Flask and ExtJS. TODO: Make a more detailed description when I have free time.
From source:
Install the dependencies:
- CircuitryLib and its dependencies
- Flask
- ExtJS 4 (should be placed into /static/extjs/)
The code is hosted at GitHub.
Check out the latest development version anonymously with:
$ git clone git://github.com/profitware/circuitrylib-web.git
$ cd circuitrylib-web
Patches and bug reports are welcome, just please keep the style consistent with the original source.