Anonymous Maarten
Anonymous Maarten
**EDIT**: It worked just fine. The `windows-latest` image does not have Visual Studio 2019 available, `windows-2019` has. I just tried adding this to my workflow: ```yml - uses: aminya/msvc-dev-cmd@vs-version if:...
@aclements @deadly-platypus Are you (=the authors) open to accepting a cmake pull request? I'm asking because atm, there is [a request at conan-center-index for adding a libelfin recipe](https://github.com/conan-io/conan-center-index/pull/3283/files) which includes...
@EndrII With the following patch applied on release 1.5, I got that release building on mingw on Linux: This pach is compatible with MSVC because Windows filesystems are case insensitive....
I opened a pr to add mingw support, when building on Linux. See https://github.com/bombela/backward-cpp/pull/234
It would indeed be nice to be able to play the game from the browser. You will probably use emscripten to get it building? If you need any help, don't...
I think there are ways to load files from a local file system.
It becomes possible to host the emscripten application on the internet and let visitors use their own game data.
Ready for review.
I created a branch on my fork that adds mingw CI with github actions: https://github.com/madebr/librw/tree/ga_mingw Github actions result at https://github.com/madebr/librw/actions/runs/1002476846 It has the behavior described in your initial comment: glfw/SDL2...
@ccawley2011 Please re-check my `ga_mingw` branch at https://github.com/madebr/librw/tree/ga_mingw I got it working in a (so I believe) cleaner way by using linker options. github action results at https://github.com/madebr/librw/actions/runs/1002584126