I searched for some easily portable mesh simplification implementations to port them to javascript, e.g. to use them directly when importing a model. I found some possible candidates:
My question is, why is there no javascript implementation existent especially for a library like three.js where level of detail is a well supported feature? Will it take ages to do the computations in js? I dont think so.. And crosscompiling one of the c++ implementations should also not be so hard right?
no it does not take forever,
http://jabtunes.com/labs/3d/bunny/
This is the answer to your question, edit the SimplifyModfier.js to suit your needs. I did that and it took around 80 seconds for simplifying a mesh with 25K triangles to 1K triangles. Let me know in case you need further assistance :-)