-
- **Haxe version:** 3.4.2
- **Flixel version:** 4.3.0
- **OpenFL version:** 3.6.1
- **Lime version:** 2.9.1
- **Affected targets:** iOS
________________________________
**Command line messag…
-
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…
skial updated
6 years ago
-
With help from the snowkit guys on gitter I've (seemingly) added Luxe support. It needed changes to Pixels & SimpleView-related classes. I've also ported two demos (01 and 04) while figuring out stuff…
-
Hello, I've been trying to get heaps running with hashlink on linux but I'm having some trouble. Whenever I try and run one of the heaps samples I get the following error.
`src/module.c(290) : FATA…
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
7 years ago
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
7 years ago
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item)
```
skial updated
6 years ago
-
hi,
I cannot compile the hl/c output of this simple **hello.hx**:
```
class Hello {
static function main() {
trace("Hello World!");
}
}
```
Compile to hl/c works:
`$ ha…
ghost updated
6 years ago
-
[Here](https://hydra.nixos.org/job/nixpkgs/trunk/haxe.x86_64-linux) we are building Haxe 3.4.4 with Neko 2.1.0. The build sometimes fails with:
```
(cd /build/haxe/extra/haxelib_src && /build/haxe/h…
-
For cross platform I would like to reduce flash dependancy by considering implementation outside of openfl, this mainly effects the Potrace, just posting some research links for later.
So taking Java…