Louis Pearson

Results 48 comments of Louis Pearson

What is needed for this issue to be resolved?

As an example, this link gives me a 404: [http://haxeui.org/wiki/en/Hello_World_Example](http://haxeui.org/wiki/en/Hello_World_Example)

I would like to report that I am experiencing the same issue with running. The code will compile fine, but it prints out this error: ``` Called from a C...

> > I just use a frame counter to seed the PRNG when the user starts the game from the menu screen. > > It's a good trick, but what...

> The problem is that it is not clear exactly when to do it. And in a way that is nondeterministic. And the user can close the tab / close...

I agree that the top set in that tweet looks the best. In a reply the creator of a pixel art software apparently improved their algorithm to make better ellipses.

Oops, I didn't think to check for that. I'll investigate and fix it

I ran valgrind on this branch and on main, and I don't see any difference in the output. I think the existing memory is being re-used, and nothing is being...

`w4_runtimeInit` looks like it can be called again no problem - it clears all the memory to zero and resets everything to default. `w4_wasmLoadModule` sets up the actual runtime, which...

I've prototyped the DSP graph in machlibs/synth and figured out some issues with the initial proposal. My plan now is to more closely replicate API's like WebAudio and miniaudio -...