Riley Carlson
Riley Carlson
I ended up implementing a solution with `BinaryReader` and `BinaryWriter`: In MarkovChain.cs: ```csharp public void Serialize(BinaryWriter bw, Action tWriter) { items.Serialize(bw, (bw, chain) => chain.Serialize(bw, tWriter), (bw, dict) => dict.Serialize(bw,...
If you're still looking for interest in this, I have a project I would like to distribute as WebAssembly, but it requires access to a user's peripheral device via serial...
Also struggling with this issue. It seems to occur for any x64 publish target, though I haven't extensively tested the target runtimes available
The neon shooter tutorial link also needs to be updated to https://code.tutsplus.com/series/cross-platform-vector-shooter-xna--gamedev-10559
I experienced this same issue with a `.`, so "Company Inc." will break the tab, but "Company Inc" works fine
Solution: https://community.monogame.net/t/how-to-achieve-a-bloom-effect-on-2d-textures/2614/8