Hi
Thanks for the really fast response I wasn't expecting it, and sorry for my 
late response.

Honestly I'm just getting started Emscripten and compiling from C++ to JS, 
 but I find it really interesting :)

What do mean by SIMD paths (I googled it, and got a lot vague definitions)
Thanks for SIMD advice I'm working on implementing it now. 

"emscripten doesn't support it"
I mean I checked the include directory but it's not there, while 
glew,freeglut are.
emscripten has support for "user input(freeglut)" and getting 
extensions(glew) 
but no support for matrix calculations.

My problem in its most simplistic sense, is that emscripten doesn't 
recognize glm

#include <glm/glm.hpp> 

// I need to change the includes ??

so this lead to an error here

   trans = glm::rotate(

                    ^^^
                      
And again I'm new emscripten and compiling from C++ to JS.
Your help is really really appreciated

-- 
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.

Reply via email to