-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
So it generates the following:
- [ ] optional description [li…
-
## Description
When translating a Go program using `go2hx`, the Haxe code produced does not handle `panic` and `recover` calls correctly. In the Go source code, the final `panic` value is overridden …
-
Hard to say it's infinite, but `haxe browserjs.hxml` has run at 100% CPU for at least 40 minutes without completing, while haxe 4.3.4 compiles the same code in seconds. The issue is still present in h…
-
## Description
Translating a Go program with `go2hx` results in type casting and identifier resolution issues, as `nil` pointers in Go are not correctly cast in Haxe, causing unknown identifier err…
-
## Description
When translating a Go program that uses `recover` incorrectly (directly in a `defer` statement) using `go2hx`, the resulting Haxe code does not replicate the expected runtime error b…
-
I ran through the basic minimal project setup for Flixel and HaxeUI here: https://haxeui.org/getting-started/haxeui-flixel/
Creating the project from the template like this `haxelib run haxeui-core…
-
# Haxe - The Cross-platform Toolkit
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language.
[https://haxe.org/manual/introduction-what-is-haxe.html](https:…
-
after I setup ipv6 on my computer, I now get `Failed with error: std@host_resolve` errors trying to interact with haxelib, and, sure enough, there is no `AAAA` dns record set up, so ipv6 fails to reso…
Jan69 updated
2 weeks ago
-
Please support Haxe default example on haxe.org
haxe:4.3.1
reflaxe:nightly
```haxe
class Game {
// Haxe applications have a static entry point called main
static function main() {
…
-
Randomly found that one:
This works:
![image](https://github.com/user-attachments/assets/6c6a3140-6d0e-4114-bfcd-d203ceb5fa87)
With `é` characters, the position is incorrect:
![image](https:…