Comment on Swift and the Cute 2d game framework: Setting up a project with CMakeparentComments−pjmlp1yWhy bother with conan, when vcpkg is already available and zero Python dependencies?As for quickjs, it wasn't part of the comment, rather SDL3 and Lua....combinations of efforts to compile a C++, SDL3 and Lua program on Windows...As such,https://vcpkg.io/en/package/sdl3https://vcpkg.io/en/package/luahttps://vcpkg.io/en/package/luajit−90s_dev1yBecause I was using Lua as a hello world test to get it all working. Ultimately I wanted to use typescript though.
Comments
Why bother with conan, when vcpkg is already available and zero Python dependencies?
As for quickjs, it wasn't part of the comment, rather SDL3 and Lua.
As such,
https://vcpkg.io/en/package/sdl3
https://vcpkg.io/en/package/lua
https://vcpkg.io/en/package/luajit
Because I was using Lua as a hello world test to get it all working. Ultimately I wanted to use typescript though.