work

Simple threading with std::async

Threading with C++11 comes in two flavours, std::thread and std::async. Though similar, they are different. While std::thread gives you a thread to work with, std::async may or may not execute a certain task on a different thread.

Hentry structured data importance

We have developed a brand new theme for our website with some hot frameworks like Bootstrap and Redux. The theme is clean, secure, fast and mobile friendly. Did we think it was all that was needed? Yes. Until our impressions on Google started to decline.

Bullet Physics: How to change body mass

We’ve run into a problem with updates of a mass of the body in our game Burnt Islands. We had some flying robots on the platforms of their factory. These robots were static objects in the beginning with no mass (mass = 0).