Aaron Franke

Results 96 issues of Aaron Franke

The last commit over a year ago. Please continue to develop QtSharp!

It seems like a bug to have an array with exactly one item, what's the point? ``` typedef struct NSVGgradient { float xform[6]; char spread; float fx, fy; int nstops;...

I have a device which only natively has one architecture: ARM64. According to the README, Box64 supports this system. However, there is a limitation that it only supports 64-bit x86...

EDIT: Please note that the specific details in this proposal no longer reflect what I believe to be the best approach. The goals behind this proposal, specifying geometric shapes, are...

When I try to compile GodotPckTool using `make` on macOS, I get this output: ``` % make cd build && cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -- Configuring done -- Generating done --...

enhancement
help wanted

I tried to use this tool to extract a PCK file from a Godot 4 project on Linux, and I got an error that the version is unsupported: ``` $...

enhancement

Currently, the Itch app is only available for x86_64 (amd64), but it's not available for ARM. It would be nice if the Itch app could run natively on ARM Macs,...

Currently, it's possible to do this by opening the `.psv` and setting the language to "CSV (pipe)", but it would be nice if it supported PSV directly (maybe the language...

enhancement

I'm opening this issue to track the status of Linux support in NeoAxis. This comes in 2 parts: - [ ] Linux support for exported games - [ ] Linux...

I see that NeoAxis supports Visual Studio 2017 and 2019. However, these don't run on Linux, and are a bit bloated, so I personally prefer to use [VS Code](https://code.visualstudio.com/) everywhere....