Kyle Benesch
Kyle Benesch
> My hope was to look up again the code of "flush" and take from there the part about timings? Wouldn't it work? The timing code for the old API...
> (is there anything else that the "flush" does beside timings? Event related or something? Maybe more things depend on that to work, and will stop working if I use...
What is your OS? I assume it's some version of MacOS based on the error. You can use `python -m trace --trace my_script.py` to get the last Python line before...
I don't think I'll be able to reproduce this since it might only be a problem with SDL2 and Metal. This could be from SDL2's Metal support being fairly new,...
Don't worry about it if you can't pinpoint what the cause is. I think MacOS still supports OpenGL, so `SDL_RENDER_DRIVER=opengl` should give better performance (assuming tcod's renderer is set to...
I wouldn't have a problem with them. Specifically `NO_SDL` and `NO_ZLIB` flags and things along those lines. Threading libraries were linked more for future plans rather than something that's actively...
I'm fine with other methods being used. Conan was just the most obvious example to me. If Autotools builds static libraries then you could go ahead and use that instead....
Duplicate of #25
Compile switches for SDL and threads currently exist. You can switch them in CMake and the recent port on Vcpkg supports them as features.
Zlib, lodepng, and SDL are now optional and can be disabled with CMake flags or Vcpkg features. Now it seems like utf8proc is the only non-header-only library left but it's...