Paolo Cignoni

Results 30 comments of Paolo Cignoni

The problem is that some browsers put some hard limits to the memory that a javascript process can allocate. It is something that varies a lot between different OS and...

when -s ALLOW_MEMORY_GROWTH=1 is enabled the tool become a lot slower. No branch for it up to now, but it is an easy change to be tested: just change line...

yes it is a standard makefile. Assuming you have the emscripten environement all setup (and on windows you have installed also the mingw32 package through emskd) just type `make -f...

A nice library for visualizng dataflow graphs in javascript http://draw2d.org/draw2d_touch/jsdoc_5/#!/example

the correct way to programmatically change the color of a mesh is to use the new color function filters that allow to define r g b for each vertex/face of...

I seems a correct change we will implement it soon, thanks!

Can you show the code where is it happening?

yes, but without the context (the whole code) it is really hard to understand what is happening to you.

We are waiting for the support of M1 in GitHub Actions [: actions/virtual-environments#2187](https://github.com/actions/virtual-environments/issues/2187) Anyone interested in having M1 builds should add a 👍 there to show interest in that issue...