On Sep 20, 7:28 pm, okido <[email protected]> wrote: > I checked JSX and it is certainly a gem. > Along the way I also found some other libs that will certainly reduce > coding, libs like sugar <http://sugarjs.com/> , > underscore<http://underscorejs.org/>, yup, but be aware, that they may interfere / overlap with each other ... even if they say, they don't. So some testing and reading the docs will be needed, to be sure. ... jQuery is also part of TW.
eg: Object merge function seems to be there in all of them :/ So try to use as view libraries as possible. Have a look at TW core and jQuery first. IMO adding too many libs, will make it more complicated, since you "buy" a lot of overhead / complexity too ... TiddlyWiki core also does some tweaking of native javascript objects. So you'll need to have a look there first. ... https://github.com/pmario/tiddlywiki/blob/master/js/Dates.js https://github.com/pmario/tiddlywiki/blob/master/js/Numbers.js https://github.com/pmario/tiddlywiki/blob/master/js/Strings.js IMO array.prototype is tweaked too, but I don't find the link :) > crossfilter <http://square.github.com/crossfilter/>. > In combination with Highcharts <http://www.highcharts.com/> and > d3.js<http://d3js.org/>it makes TW a very nice tool to make graphs from large > data sets. right, IMO highcharts.js and d3.js are overlapping quite a lot. As I wrote in my (long) post. Toughts: - If I would have enough time to learn, I'd go with d3.js and libs that use d3.js as a core. - If I need fast results I'd go with highcharts.js. crossfilter.js seems to add new functions, without overlapping :)) have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
