Joshua Granick

Results 89 comments of Joshua Granick

I did not know that Box2D (the original) had only been updated as recently as 4 years ago. It would be very interesting if we could write A.) a CFFI...

Speaking of: https://github.com/kripken/box2d.js/

It would have the following drawbacks: 1. An additional `ImageBuffer` the size of the `BitmapData` would be allocated immediately, then discarded upon load 2. A `Bitmap`, `Tilemap` or other object...

I'm open to ideas. I suppose `@:bitmap` on HTML5 is generally discouraged now due to its behavior. Improving it may help make it more livable, though it may also lead...

Generally, the renderer and the `lime.graphics.Image` class expect there to be an HTML5 `Image` or `Canvas` in addition to an `ImageBuffer`. It is only possible to create an `Image` asynchronously...

Thanks for the sample! It appears to work properly on a Galaxy S7, here, using the latest version of Lime, Away3D and OpenFL. What versions do you have? Lime tries...

Can we compare to Box2DFlash and see if this is in the original code or not? Are you sure that's the cause of the crash?

Thank you! I think the following commit may resolve the problem, but please test it and see if it does for you: https://github.com/openfl/away3d/commit/b89f3cba2fe069c2adc3afe00da36fe1888e69f1 If this is too simple of a...

Hmm, I thought an issue like the above Cyrillic input issue was managed by SDL "text editing" vs SDL "text input" events, maybe this is not the case

Does anyone know how to trigger it in Flash Player? I've never seen IME input before