Kevin Vitale
Kevin Vitale
@andymule similarly: are you also able to simplify the `CreateWindowDemo` further until it compiles? Eg., comment out input events. You seem pretty close! 🎉 Even with SDL2, there's going to...
> 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...
Any update @andymule?
Thanks for checking out the repo, @simonmcl. Can't reproduce this, unfortunately Here's output from a checkout I just did; the project built & tested w/o issues: ```sh ➜ Misc git...
@simonmcl I see what you mean. I want to fix this; however, it may be a couple more days before I can dedicate more time to the issue. In the...
> _"Host key verification failed."_ This appears to be an issue with—perhaps—your local _GIT+SSH_ setup?
> _"AFAICT this package wraps just the core SDL library right?"_ Correct. > _"Would it make sense to include that here or as a separate package?"_ It's a good question....
@shaps80 Thanks for the generous words. Contributions are certainly welcomed. Windows support, or lack thereof, is blocked by constraints on my time and resources; I've yet to set up a...
I invested some time in this today; however, my Windows ARM VM (via Parallels) isn't compiling the SDL3 source properly (build scripts are for x86-64 only). Any progress on your...
@LouChiSoft I occasionally look into this; however, I'm no Windows dev expert. The biggest challenges are configuring the Package file with the proper flags/paths, and also be certain that it...