Day 48/100 100 Days of Code
It works!
I added cpplocate as a submodule to the project and now the program can find the assets in the .app bundle file. Getting the path to the bundle with the library is quite easy:
std::string Game::execpath = cpplocate::getBundlePath();
Then, ...
digitalcreations.hashnode.dev1 min read