Wiki

Clone wiki

CFlow / Javascript Package Evaluation

Miscellaneous tools (to evaluate)

Kinetic.js: http://kineticjs.com/

jvectormap: http://jvectormap.com

  • Pro
  • Con
    • not sure if it works for curve / path natively, but I think we can render <path> manually
    • not sure if kinectic could work over it.
    • the functionality provided by jvectormap is not so rich.

openlayers: http://openlayers.org/

Raphael: http://raphaeljs.com/

Dojo.js: http://demos.dojotoolkit.org/demos/

PolyMaps (http://polymaps.org/ex/streets.html)

  • Just a rendering engine for SVG maps.

Extra:

  • HandeleBars.js: http://handlebarsjs.com/ For coordinated windows.
  • CoffeeScript: http://coffeescript.org/ Code simplification quicker prototyping.
  • LessCSS: http://lesscss.org/ Global CSS value variable defining.
  • Backbone: http://backbonejs.org/ Easier Data handling.
  • JQuery: http://jquery.com/ General JS utilities.
  • Chart.js: http://www.chartjs.org/ Stylish charting library that we could coordinate with handlebars.

IDE:

Updated