Andy Muehlhausen

Results 19 comments of Andy Muehlhausen

My PR should fix this https://github.com/ashkulz/NppFTP/pull/225

It was a red herring. My compiler didn't like the raw values from the enums in the initializer. Changing EntityCreator.swift lines 80 fixed this for me, and it runs great...

The mod I linked lets you click on switches/buttons in the cockpit view, so my goal is that two people can do an entire mission collaboratively all from the two...

I'm trying to do the same thing. I'm getting one step beyond you @AlectronikForge -- your error looks like a Package.swift formatting issue from the error name. simplify it until...

Same linker error when I comment out the input stuff, so it seems like 2 separate but (relatively small!) issues. 1) missing/wrong input header for KeyCode 2) bad link on...

for the linking, it's a capitalization error w.r.t. pkg-config (at least on Linux) here's the fix (just capitalizing the pkgConfig name from sdl to SDL) ``` .systemLibrary( name: "CSDL2_Image", pkgConfig:...

I didn't dig all the way into it. I found another SDL lib that had working keyboard input, so it's probably not TOO much work to figure out the difference...

maybe im wrong, but i thought expr was a self-contained system entirely of its own accord and puredata was added later, so global stuff outside the object is surprising to...

workaround is to download the zip file and and replace your missing files with those