Marc Flerackers

Results 53 comments of Marc Flerackers

No, it crashes with the same error

I tried both the current master and work branches I only fixed some includes I use clang (Apple LLVM version 7.0.2 (clang-700.1.81)) with -std=c++14 The platform is iOS 9.3.1 RethinkDB...

It just gives zero results, no error was thrown

Also ellipse bbox calculation

Physics and game updates/rendering are usually decoupled. Sometimes even in separate threads. Physics takes fixed steps, like one sixtieth of a second in Box2D. While updates and rendering just take...

The problem is that the SAT collision code only knows how to work with polygons. If this is fixed, circle areas can stay circle areas. To fix it, you need...

The reason is quite simple. Line joins are not supported. So even if you calculate the points for the line correctly, they aren't nicely joined. Lines are just drawn as...

Since we may add a { loop: 5 } functionality later, it is best to have an onLoop event specifically for when an individual loop ends. onEnd should be reserved...

Currently get only takes the tag or tags objects need to have in order to be returned. There is also an optional recursive flag to return descendants instead of children....

It's to be able to get a button with a specific name for example. Now you can do get("button") to get all buttons, but you can't get the "toggle-sound" button....