Can you please elaborate a bit about function's support of Three.js i am a bit unclear.. you can look here http://stemkoski.github.io/Three.js/Graphulus-Function.html this example is able to plot function ( which the javascript support). and we have another option to use mathbox.js (https://github.com/unconed/MathBox.js/) instead of three.js This (http://acko.net/blog/making-mathbox/) is a nice example of mathbox.js On Tuesday, March 18, 2014 3:27:10 PM UTC+5:30, Christophe Bal wrote: > > >>> With three.js we always have an option to fall back > >>> to html canvas which every browser support ( specially IE7 ). > > I didn't know that. The problem that you will met with three.js is the > suport of formulas. > > > > 2014-03-18 10:52 GMT+01:00 SAHIL SHEKHAWAT <[email protected]<javascript:> > >: > >> Thanks a lot Christophe! >> I misunderstood what you said..This look nice >> Also, With three.js we always have an option to fall back to html canvas >> which every browser support ( specially IE7 ). I don't think that will a >> problem. What you say? >> >> >> On Tuesday, March 18, 2014 3:16:43 PM UTC+5:30, Christophe Bal wrote: >>> >>> >>> This dependencies are due to the fact that this project focuses on >>> datas. I've pointed to this project just for the "philosophy" of this >>> project. >>> >>> If you want to propose a "JS viewer", you "just" have to translate Sympy >>> plot to the syntax of D3.js and/or three.js or another free JS library. >>> This is not a too hard task. >>> >>> Maybe the first steps will be to work with basic primitives like text, >>> line, polygons, circles... After that being implemented, you could add >>> function plots and others... >>> >>> A big problem that you will meet is the support of math expressions. *Maybe >>> JSXGraph <http://jsxgraph.uni-bayreuth.de/wp/> can be a more useful tools. >>> *You >>> have examples >>> here<http://jsxgraph.uni-bayreuth.de/wiki/index.php/Category:Examples> and >>> especially this >>> one<http://jsxgraph.uni-bayreuth.de/wiki/index.php/Using_MathJax>which is a >>> graphic containing MathJax equations. >>> >>> *Warning !* With three.js, there is the problem of the support of webgl >>> by the web browsers. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> Visit this group at http://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/09136d42-39fd-4c63-b57a-4e6439fc9659%40googlegroups.com<https://groups.google.com/d/msgid/sympy/09136d42-39fd-4c63-b57a-4e6439fc9659%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > >
-- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/df517397-ea69-44d8-9500-37c9e647a520%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
