vendredi 30 décembre 2016

Is it possible to run compiled as opposed to interpreted code on web browser

I would like to implement a fast web based math plotting tool which allows the animation of math functions in real time, the feature is very demanding in terms of performance especially with expensive math functions and I'm wondering if there's a way to implement it using compiled code that would run on a web browser (client side). Reason is the performance gain of compiled language (such as C++, Java, etc..) over javascript (interpreted at runtime) would be huge.

A quick Google research pointed Nacl... not really a good fit since it has no support for basic graphic operations such as drawing pixels, lines, shapes etc..

Note that I already implemented a desktop standalone proof of concept using java, it looks great but desktop is old fashion obviously.




Aucun commentaire:

Enregistrer un commentaire