In the neuroanatomy scientific community (and in the medical in general), we CAN'T WAIT to have a proper interactive blender-like 3D viewer in-the-browser that just works. All VRML viewers turned out to be horrible, or just incompatible with Blender.
What about having something faster than JavaScript, say, Python running in a similar plugin instead?
Something that has a complete modern 3D Engine and a Physics Engine with VRML and fair Blender support.
Comments
In the neuroanatomy scientific community (and in the medical in general), we CAN'T WAIT to have a proper interactive blender-like 3D viewer in-the-browser that just works. All VRML viewers turned out to be horrible, or just incompatible with Blender.
What about having something faster than JavaScript, say, Python running in a similar plugin instead? Something that has a complete modern 3D Engine and a Physics Engine with VRML and fair Blender support.
Are you sure that Python is faster than JavaScript? I'm not saying it isn't, but in a light of recent optimized JavaScript engines who knows?
What we need boils down to:
* Rotate in 3D with middle mouse button (MMB)
* Pan in 3D with shift+MMB
* Zoom with scroll wheel
* Print object's name on mouse over.
On top of this, built whatever later, for the above cover most visualization needs.