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
Your Makefile works out of the box. You only have to create ~/.local directory before running make.
Makefile
~/.local
make
There is an warning I think I should report back to you:
include/imgui/imgui_draw.cpp: In function 'void ImFontAtlasBuildPackCustomRects(ImFontAtlas*, void*)': include/imgui/imgui_draw.cpp:2214:11: warning: 'void* memset(void*, int, size_t)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2214 | memset(pack_rects.Data, 0, (size_t)pack_rects.size_in_bytes()); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
hello, which "MSYS2 MINGW64" are you using?
I would gladly be able to run TinyEngine on windows (I am a hobbyist game developer)
Sorry, something went wrong.
No branches or pull requests
Your
Makefile
works out of the box. You only have to create~/.local
directory before runningmake
.There is an warning I think I should report back to you:
The text was updated successfully, but these errors were encountered: