That's awesome, thanks. :)
On Mon, Apr 14, 2014 at 10:43 AM, <[email protected]> wrote: > Hi all, I just dumped the code for an old project of mine called ICBD, > which compiles Python to LLVM. The point was then to compile to native > code, but I also gave Emscripten a shot: here's a demo of a raytracer that > was written in Python, compiled to LLVM with ICBD, then compiled to > JavaScript using Emscripten. If you run it in Chrome (which I recommend > since I had to use alert() to force a redraw while processing), it runs > faster than the original python program! > https://www.dropbox.com/s/u6szp0ikmdmxijn/ray2.html?dl=1 > > Anyway, ICBD is dead and I won't bet too much on people coding Python for > web frontends, but I think it's a cool demo. You can check out the ICBD > project here: > https://github.com/kmod/icbd > > kmod > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Chad Austin Technical Director, IMVU http://engineering.imvu.com <http://www.imvu.com/members/Chad/> http://chadaustin.me -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
