libtcodv2.2.2
- Updated
Common algorithms and tools for roguelikes.
- Project website: https://github.com/libtcod/libtcod
- Documentation: https://libtcod.readthedocs.io/en/latest/
#Supported Platforms
All platforms supported.
#Features
Default features: png, sdl, unicode, zlib
#pngdefault
Support for reading and writing PNG files. Required to save screenshots and to load tilesets from files.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through lodepng)
- vcpkg-cmake-config (through lodepng)
#sdldefault
Support for SDL windows and events with the libtcod context.
Dependencies:
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through sdl3)
- vcpkg-cmake-config (through sdl3)
#threads
Support for deprecated threading functions. If in doubt then leave this disabled.
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#unicodedefault
Support for non-ASCII characters. Required for text printing functions
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through utf8proc)
- vcpkg-cmake-config (through utf8proc)
#zlibdefault
Support for REXPaint files and TCODZip archives.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zlib)
- vcpkg-cmake-config (through zlib)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Kyle Benesch
friendlyanon