Search the Community
Showing results for tags 'integration'.
-
Hey guys, Anyone knows App Links on Facebook is working with HTML5 games? In official Facebook documentation I found solution only for native apps. Ref: https://developers.facebook.com/docs/applinks
-
- integration
- html5
-
(and 1 more)
Tagged with:
-
Hi all, I've just experienced some trouble with P2 physics. My game uses Newtonian gravity, which requires pretty good integration, and I get some huge errors by just using basic P2 methods (applyForce etc.). My guess is, this is an integration problem, since Newtonian gravity is notoriously hard to integrate numerically. I was considering some fixes, but does anyone know first what integration method does P2 use for its physics step, and if it is possible to change it to a more expensive and precise one? For example, could I do a leapfrog or a Runge-Kutta without editing the source code? I don't know where to find these methods either, I've tried searching the source code but didn't find it. Thanks!
-
Hey, I'm kind of new to this forum. So if I make any misstake by posting this thread here, please just let me know. Anyways, my problem is; I got a html5 based game and I would like to integrate it into another webpage. The problem is, that it has his own index.html, so I cannot just replace it into the webpage folder. I would like to know if there's a way i could " redirect " a windows in my html script to this script, in a certain folder, so I could play on my game directly from my page. Thanks !