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

Hi everybody, besides that the documentation for HXP project file is not consistent with the reality (package names, fields), the possibility of building project with HXP has been broken at...

Wikipedia lists [two well-known forks of libjpeg](https://en.wikipedia.org/wiki/Libjpeg#Forks): [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) is optimized for speed, while [mozjpeg](https://github.com/mozilla/mozjpeg) is optimized for filesize. Should Lime use one of these instead of the original? If so,...

enhancement

When building a Lime application in debug mode on Windows, the console subsystem is used and Windows looks for a `main` function. However, the `Main.cpp` file used when linking statically...

`BackgroundWorker` as well as `ThreadPool` use a synchronous mode on HTML5, but these could be made to use web workers on HTML5 https://stackoverflow.com/a/37156020 Depending on the performance of web workers,...

enhancement

Hello, I wanted to comment that the AL lib has a small but kinda annoying problem. When you unplug the headphones, for changing it to the PC's speakers, all sounds...

I think you know about activitys structure from java all activitys hava .java file with code for it and .xml file with all other things like layout and etc I...

well, i think that i'm not first who come to you with that question, but, i'll try to explain the situation and what's the problem is with extension. as you...

This is a minor issue but is worth noting: * `` - changes gradle version in `build.gradle` * `` - changes gradle plugin version * `` - does **not** change...

The following XML tags function as expected: ``` ``` However, there is an issue with this; if the user has omitted these compile flags and simply uses the default `lime...