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

Other components of the `Mouse` API appear to implemented on the Flash backend, except for `Mouse.warp` which may not be possible in the Flash API

enhancement

Instead of simulating mouse events on primary touch events, Lime should dispatch these events separately, and allow developers to handle both cases distinctly. If we wish to have a unified...

enhancement

when i try to build windows applications an error comes up saying "Failed to update resources" how do i fix it

I just used command for installing Haxe v4.1.5 ``` C:\Users\User>haxelib install lime 7.9.0 Downloading lime-7,9,0.zip... Download complete: 0KB in 0.3s (0KB/s) Download complete: 0.13KB in 0.2s (0.4KB/s) Download complete: 0KB...

https://github.com/haxelime/lime/blob/c743fe10c404fb73003e24100f319a472cb4203f/project/src/backend/sdl/SDLSystem.cpp#L161-L162 It sees that in Lime the folders are hard coded to "Desktop", "Documents" . But depending on languages, it could have different names. You should be able to check...

This put the foundation to set up lime projects within scopes. Meaning full support for lix, and more generally easier project switching. This PR requires openfl/hxp#18 to be merged. ###...

When the `title` attribute in `project.xml` contains non-ASCII characters, the window title displays a broken version of the title. Repro steps: > 1. `lime create HelloWorld` > 2. Replace "Hello...

This PR includes the following `rootPath`-related improvements: - For pak libraries, `/` is always appended to `rootPath`, even it already ends with `/` (which is the case of `rootPath`'s default...

After I run an application, all the other apps on my screen cut to black, and the system animations become stiff until I close it, I love this tool, this...

As referenced here https://github.com/HaxeFoundation/hxcpp/issues/959 and here https://github.com/KadeDev/Kade-Engine/issues/782 the PI4's VC6 hardware isn't compatible due to both lacking the proper flags for mesa and arm64.