MarkovJunior.js icon indicating copy to clipboard operation
MarkovJunior.js copied to clipboard

Contributions?

Open ryceg opened this issue 3 years ago • 3 comments

Hi there, you might recognise me from the other thread. I'd love to get involved- though I am not familiar at C# so can't help with the porting over. Anything I can do to help?

ryceg avatar Jun 07 '22 01:06 ryceg

Hi, very grateful for you. I am planing to write down the port roadmap especially my working progress and future plan. I think one important thing is that the render vendor. It could be canvas, webgpu on the browser or soemthing node.js could support. If you feel interested in it. It is a good start. My focus is the port of interpreter this week.

lalawuu avatar Jun 07 '22 07:06 lalawuu

Performance wise, WebGPU might be best but it doesn't have nearly the adoption rate of canvas- my suggestion would be to focus on canvas implementation as a baseline and then extend out to WebGPU. I can see instances where node.js would be useful, too.

ryceg avatar Jun 09 '22 02:06 ryceg

I had finished a basic demo support a easy line. You could see it in the README.md with some guides to contribute.

lalawuu avatar Jun 09 '22 15:06 lalawuu