Replies: 4 comments 1 reply
-
I don't know if you're aware, but there are some other people working on porting MarkovJunior to TypeScript; you might want to take a look at that project to avoid duplicated effort. GitHub repo for their project: https://github.com/aseaday/MarkovJunior.js |
Beta Was this translation helpful? Give feedback.
1 reply
-
Cool! I linked it from the README. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Better than my progress. I am stuck with the debug and performance issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a web version of this: https://github.com/Yuu6883/MarkovJuniorWeb
It's finished now with all the nodes correctly implemented 🎉
The code does run about 2.5x slower than the C# version, but it's quite possible to be optimized with WebAssembly.
Here's a screenshot of the page:
Beta Was this translation helpful? Give feedback.
All reactions