Skip to content

13.4.0

Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 05 Feb 04:00
13.4.0
1149f9a

Added

  • Adds sdl_window and sdl_renderer to tcod contexts.
  • Adds tcod.event.add_watch and tcod.event.remove_watch to handle SDL events via callback.
  • Adds the tcod.sdl.video module to handle SDL windows.
  • Adds the tcod.sdl.render module to handle SDL renderers.
  • Adds the tcod.render module which gives more control over the rendering of consoles and tilesets.

Fixed

  • Fixed handling of non-Path PathLike parameters and filepath encodings.