Danni

Results 58 comments of Danni

Ran into this while trying to make field name changes in a backward-compatible way.

> if you want draw 2d sprite try use blit image or copy image and 1 quad plane I need to be able to apply transforms, blending, and shaders, so...

I would like to add that all the collidable objects I am creating are lined up in a grid, spaced 16px apart, so there shouldn't be any overlapping bounding boxes....

An update on this: I looked in this crate's DBVT bench, and it's calling `tick()` after every `insert()`. I went ahead and did this and found that the initial tree...

Not a jMonkeyEngine user but today someone reported what appaears to be the same OpenAL issue with my own engine. They were able to work around the issue by unplugging...

I will test it once I get finished porting my code to be up to speed with the latest API breakage. I thought it was only yesterday that the API...

Would it be at all possible to get the text buffer fixes cherry-picked into a hotfix on crates.io? I'd like to be able to put out a fixed editor and...

Nice! Thanks for the update, and sorry about the duplicate issue!

Hi, any news on this? I need to have working enter_returns_true, since otherwise every letter typed could trigger a package load in my editor which may create a pop-up error...