Selicre

Results 7 comments of Selicre

Unfortunately, only audio sync jitters to the point where just playing the game is uncomfortable. I've managed to fix it by adding this timer to `Interface::video_refresh`: ```cpp typedef std::chrono::duration fsec;...

You can _kind of_ hack this functionality together by using objects that "render" by saving the current length of the buffer, allowing you to split it later: ```rust struct Split...

mio is extremely low-level, and it does seem like it'd be hard for people to use. On the other hand, tokio is much more user-friendly, with all the futures-based abstractions...

Sadly, I do not have the time to update my framework to 1.14; if you manage to get it to work, I'll publish my implementation on github so that you...

> I don't know if that's a good idea especially when async/await syntax will come soon`tm` The general structure will not change - not only that, you don't need to...

https://github.com/p4plus2/armadillo-spinach-muffin/ is a transpiler from i386 to 65816, which has a few tricks might be of interest to whoever wants to work on this.

Compounds aren't allowed to have duplicate keys as per the wiki, so a Map is a good choice. I personally feel like the Blob type should not exist, and compound...