libtcod v1.24.0
- Created
- Updated
Common algorithms and tools for roguelikes.
# License
BSD-3-Clause
# Supported Platforms
All platforms are supported
# Features
Default features: png
, sdl
, unicode
, zlib
# png default
Support for reading and writing PNG files. Required to save screenshots and to load tilesets from files.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by lodepng )
- vcpkg-cmake-config (by lodepng )
# sdl default
Support for SDL2 windows and events with the libtcod context.
Dependencies:
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by sdl2 )
- vcpkg-cmake-config (by sdl2 )
# threads
Support for deprecated threading functions. If in doubt then leave this disabled.
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# unicode default
Support for non-ASCII characters. Required for text printing functions
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by utf8proc )
- vcpkg-cmake-config (by utf8proc )
# zlib default
Support for REXPaint files and TCODZip archives.
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Kyle Benesch
- friendlyanon