Joe Pea
Joe Pea
Sidenote, we don't have to merge this, we can just keep this as a reference for how to run in Node with some small changes.
> encapsulating some of the properties to the import object. Whatcha mean? You mean storing on the object, instead of in function scope?
Sidenote, planning to restore the `ASWebGLueReady` function so as not to break the existing examples, then using that instead of the new `setExports` method I made. I was just getting...
So when there is `.form-group > input` it works fine, but doesn't work at all with `.form-group > .input-group > input`.
I think I just re-structured my forms.
I replaced u_long and u_char with unsigned long and unsigned char, and got past these errors. Not sure if there's any negative implication of this though.
@ensonic Would removing u_long, u_char, etc, introduce any portability problems on different architectures? Or is it just for shorthand?
@ensonic I'm now getting ``` CXX libElak_Dist2_la-dist2.lo dist2.cpp:290:17: warning: use of unary operator that may be intended as compound assignment (-=) *psamples =- *psamples ; ^~ dist2.cpp:294:17: warning: use of...
Are we sure the creator of Elak didn't mean something like ``` cpp *psamples = (- *psamples); // and *psamples = (+ *psamples); ``` ?
What would I have to do to convince you to make it happen? 💰 ?