-
Would it be an idea to provide a PR to Haxe? We already have the externs, but not this nicely documented.
https://api.haxe.org/v/development/js/Object.html
https://github.com/HaxeFoundation/haxe/b…
-
Compiling group: common
cl.exe -Iinclude -Ilibogg/include -Ilibvorbis/include -Ilibvorbis/lib -Ilibvpx-generic -nologo /WX- /fp:precise -DHX_WINDOWS -GR -O2(optim-std) -Zi(debug) -FdC:\HaxeToolkit\ha…
-
```
My system PATH environment variable:
PATH=other_path;D:\motion-twin\haxe;D:\motion-twin\neko;other_path
If I run path command from v4.5.0 then paths to haxe and neko moved to start:
PATH=D:\motio…
-
(Not sure if I'm supposed to post stuff in here or not.)
There are a lot of companies using Haxe. Some of these companies are big and/or well-funded. Making an effort to get them to donate or become …
-
```
My system PATH environment variable:
PATH=other_path;D:\motion-twin\haxe;D:\motion-twin\neko;other_path
If I run path command from v4.5.0 then paths to haxe and neko moved to start:
PATH=D:\motio…
-
Setup: Win10, Intellij Idea 15, Haxe 3.2.1, OpenFL 3.6.1
The project is a simple "hello world", compiled with OpenFL, targeted to Flash.
The problem:
When running the applicationb in the debug mode …
kro13 updated
10 months ago
-
Would be nice to run a fork of try.haxe.org that includes flixel + openfl to easily share compilable code snippets.
https://github.com/clemos/try-haxe
-
Windows has a 260 character path limitation, unless you [enable Long Path Support](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry) - which I have don…
-
Let's assume we have this Haxe method that has one optional argument followed with a required one:
```haxe
function foo(optInt:Int = 4, reqString:String) {
// ...
}
```
In Haxe this is vali…
-
### The feature request
Just add a git ignore template for haxe flixel
its as simple as
```
/export
```
very simple
### Proposed solution
it benefits haxe devs cause they won't have to mak…