This is a Python cffi port of libtcod. python-tcod 는 libtcod 의 파이썬 cffi 포팅이며
This library is hosted on GitHub. GitHub 에서 호스팅되고 있습니다.
Any issues you have with this module can be reported at the GitHub issue tracker. 이슈가 있을 경우 GitHub issue tracker 로 리포트 부탁드립니다.
This module was designed to be backward compatible with the original libtcodpy module distributed with libtcod. python-tcod 는 libtcod 에서 배포하는 libtcodpy 와 역호환되도록 설계되었습니다.
If you had code that runs on libtcodpy then you can use this library as a drop-in replacement. This installs a libtcodpy module so you'll only need to delete the libtcodpy/ folder that's usually bundled in an older libtcodpy project. libtcodpy 에서 실행되는 코드는 python-tcod 에서도 사용할 수 있습니다. python-tcod 에는 libtcodpy 모듈을 포함하므로 기존 libtcodpy 프로젝트에 번들된 libtcodpy 폴더는 삭제해야 합니다.
Guides and Tutorials for libtcodpy should work with the tcod module. libtcodpy 용 가이드와 튜토리얼은 tcod 모듈로 작동합니다.
The latest documentation can be found here: 최신 문서는 아래 링크에서 확인하실 수 있습니다. https://python-tcod.readthedocs.io/en/latest/
Detailed installation instructions are here: https://python-tcod.readthedocs.io/en/latest/installation.html
자세한 설치 방법은 아래 링크에서 확인하실 수 있습니다: https://github.com/myevan/python-tcod/blob/korean/docs/installation.rst
For the most part it's just:: 가장 중요한 내용은 딱 한줄입니다.
pip3 install tcod
- Python 3.5+
- 파이썬 3.5 이상
- Windows, Linux, or MacOS X 10.9+.
- 윈도우, 리눅스, 맥 OS 10.9 이상
- On Windows, requires the Visual C++ runtime 2015 or later.
- 윈도우의 경우 Visual C++ 런타임 2015 이상 필요
- On Linux, requires libsdl2 (2.0.5+) and libomp5 to run.
- 리눅스의 경우 libsdl2 (2.0.5 이상) 및 libomp5 필요
python-tcod is distributed under the Simplified 2-clause FreeBSD license. python-tcod 는 Simplified 2-clause FreeBSD license 라이선스 하에 배포됩니다.