aseaday / MarkovJunior.js

The Javascript and canvas port of https://github.com/mxgmn/MarkovJunior : A Probabilistic Programming Language.
markov-junior-js.vercel.app
MIT License
22 stars 4 forks source link

Contributions? #1

Open ryceg opened 2 years ago

ryceg commented 2 years ago

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?

aseaday commented 2 years ago

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.

ryceg commented 2 years ago

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.

aseaday commented 2 years ago

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