-
The great thing about this little starterkit is that it is not a black box. If you want to use it, you grab all the code and now... my code is your code. You can read it and change it and make it your…
-
I've recently ran into a problem where updating a dependency I was using added another dependency which failed to be included by `delocate-wheel`. Because `delocate-wheel` doesn't exit with an error…
-
The time functions will be deprecated and removed, and users will be told to use the SDL time functions or any language specific options instead.
The only functions which can't be replaced like thi…
-
Hi, trying to install tcod on arch fails parsing code from the SDL_events.h header:
```
❯ pip3 install tcod
Defaulting to user installation because normal site-packages is not writeable
Collecti…
-
After creating a new conda environment on Windows 10 with:
```
conda create -n py39 python=3.9 anaconda
```
The pip did not work from git:
```
pip install git+https://github.com/libtcod/python-t…
-
I'm getting the following error when I try to import `tcod`:
```
Traceback (most recent call last):
File "/Users/iamgabrielma/PycharmProjects/roguelikedev2021/main.py", line 1, in
import …
-
Using
```python
import tcod
background = tcod.image_load("background.png")
```
produces a PendingDeprecationWarning: This function may be deprecated in the future. Consider raising an issue o…
-
I'm using Rexpaint and load the resulting .xp files with `tcod.console_from_xp("data/images/title.xp")`. When I blit the resulting console it looks different then the Rexpaint image.
### Example (l…
-
## Bug description
Tried to select the Materials Cloud database provider and the application crashes with a `Error(s) during querying. Message(s) from server: - "'child' is not a known or searchabl…
-
I'm trying to modernize my roguelike source code using the new API and I cannot find a method to limit the FPS.
In the old version I was doing:
`
tcod.sys_set_fps(20)
`
Is there any way to do…