lime
lime copied to clipboard
A foundational Haxe framework for cross-platform development
so idk play protect blocking this (on every haxe android app) 
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...
 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