-
default project is not build. ctrl+shift+b generates default build.hxml for html5. no dropdown is shown.
build also fails, while compiler fails to find imported classes. i think thi is because xml fi…
-
How should plain Flux elements be migrated?
Any extension you think is necessary to depend on?
-
Steps to reproduce:
// 1.h
```
class __attribute__((visibility("default"))) A
{
public:
int foo();
};
```
// 1.cpp
```
#include "1.h"
int A::foo() {
return 123;
}
```
emcc 1.cpp -fv…
-
Sorry to bother you, I'd like to ask you the User study (US)↑/ Perceptual index (PI) used in your paper ↓ where can get source code or calculation method, looking forward to your reply, thank you
-
![image](https://github.com/user-attachments/assets/bca3c123-4d60-4229-a7b9-52adf4316339)
I had edited the properties previously and needed to go back in and change something and now I cant.
-
I'm trying to generalize a linalg convolution (see code below) and the compiler crashed (see the file
[crash.txt](https://github.com/user-attachments/files/17043886/crash.txt)
attached).
// RUN:…
-
Moving this here to avoid some noise in the Haxe issue:
```
C:\git\go2hx>go version
go version go1.21.6 windows/amd64
C:\git\go2hx>git status
On branch master
Your branch is up to date with …
-
Super excited to try out this project, I've just been reading through the Guide so far. I couldn't find any pages on debugging GPU kernels at runtime (there's a page on debugging the codegen but not t…
-
Following test-case fails only if using Roslyn (it works on a smaller amount of case statements, i.e. if case "G" is removed):
```
//@useroslyn
using System;
public static class Program {
publ…
-
Hi hi, just can't seem to get flambe running on my Mac. I ran the setup guides, but it refuses to work.
I have tried multiple versions of both Haxe and Flambe and I just can't get it to build properl…