mogemimi

Results 5 comments of mogemimi

I've cherry-picked it and merged one of their commits into master, please see: https://github.com/mogemimi/pomdog/pull/8

Hello @barsoosayque, > this part can also be refactored in favor of c++17 std I agree with you. These APIs will be replaced with `` and will be deprecated. 👍...

> ... $HOME/.local/share// according to the XDG Specification. Thank you for the link. That seems like the right path! I'll read the spec and try it. > it will be...

Hi, thank you for feedback! 👍 You've got a point. This is [the intended behaviour](https://github.com/mogemimi/pomdog/blob/v0.1.4/test/FrameworkTest/Logging/LogTest.cpp#L99-L127) and the default channel receives all messages included tagged logs, but it confuses new users....

Thank you for asking this @seanxu973. First of all, to directly answer your question, the frame rate control has not yet been implemented. Originally, I used `std::this_thread::sleep_for` for this purpose....