lime icon indicating copy to clipboard operation
lime copied to clipboard

A foundational Haxe framework for cross-platform development

Results 183 lime issues
Sort by recently updated
recently updated
newest added

so idk play protect blocking this (on every haxe android app) ![Screenshot_20220815-003529_Google Play Store](https://user-images.githubusercontent.com/82843871/184555938-dddb81ab-ab00-406c-923f-3964bac7a37d.png)

The FNF modders want transparent windows. The implementation has not been tested.

`SDL_GetTicks` is only accurate to the millisecond, which results in `deltaTime` values being rather imprecise. This is immediately observable in the FPS display, which is inaccurate by a couple frames:...

There are a few issues with sound position that this PR aims to improve. - 3D position is used to simulate panning on non-Flash targets. This is ok for native,...

I'm not a fan of how Lime's submodules have been structured up until now. They were created by hand-copying files, and so in order to update them, you have to...

![Screenshot_2022-07-13-15-43-31-190_com android chrome](https://user-images.githubusercontent.com/71220271/178737257-d3febf87-845d-47b4-9cf8-749af365d97e.jpg) i was making a lib that have some of java android classes ported to haxe via jni, but i need to call constructor, could it be called...

Plus, add documentation to help avoid the sort of confusion we saw in #1295. Also, closes #1295.

I am looking into methods of retrieving a highly precise timestamp corresponding with a user's keypress. This is important for applications which need to know exactly when a given key...

Does lime support using metal on ios ?

This fixes the apparently iOS-only problem of sounds playing the first part multiple times, described here: https://community.openfl.org/t/sounds-play-twice-on-ios/12163