We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This could potentially reuse code from Sameboy's pb12.c and former pb8.c (MIT licensed).
I think C++ would have advantages for making use of <vector>, iterators, for-each loops, C++17 <filesystem>, etc.
<vector>
<filesystem>
In either case, installing gcc or g++ is comparable to installing python3, and would build faster for projects with many compressed resources.
gcc
g++
python3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This could potentially reuse code from Sameboy's pb12.c and former pb8.c (MIT licensed).
I think C++ would have advantages for making use of
<vector>
, iterators, for-each loops, C++17<filesystem>
, etc.In either case, installing
gcc
org++
is comparable to installingpython3
, and would build faster for projects with many compressed resources.The text was updated successfully, but these errors were encountered: