issues Search Results · repo:libtcod/python-tcod language:Python
Filter by
106 results
(95 ms)106 results
inlibtcod/python-tcod (press backspace or delete to remove)Describe the bug missing closing angle-bracket ( ) in MouseButton event s __str__.
To Reproduce
def __str__(self) - str:
return type=%r, position=(x=%i, y=%i), tile=(x=%i, y=%i), button=%r) ...
bug
jmccardle
- 1
- Opened 4 days ago
- #165
Hi there 👋
First off, thank you for maintaining python-tcod — it s a really valuable library for roguelike development!
I ve been experimenting with Python 3.13 s new --disable-gil feature (based on ...
bug
enhancement
coldwarrl
- 11
- Opened on Apr 19
- #161
I m trying to pass a tuple to context.sdl_renderer.draw_point(xy) to draw a point
Gives a type error.
_check(lib.SDL_RenderDrawPointF(self.p, (xy,)))
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
TypeError: ...
gbwellman
- 4
- Opened on Mar 28
- #159
Describe the bug I am following the 2020 version of the python-tcod roguelike tutorial located at this link:
https://rogueliketutorials.com/tutorials/tcod/v2/
towards the end of chapter 7, I am getting ...
bug
propthink
- 3
- Opened on Jul 9, 2024
- #156
You might see this error when running a tcod program. This problem has always existed but is now visible due to logging
being enabled. It affects all programs using SDL s direct3d render driver.
RENDER:SDL ...
bug
HexDecimal
- 1
- Opened on Jul 10, 2023
- #131
Enabling SDL logging allowed me to track down this error.
https://github.com/libtcod/python-tcod/blob/49ebc65ddf0fb0292f667dca9d43b7d5fe1ca7bd/tcod/sdl/render.py#L316
This line creates a texture and ...
bug
HexDecimal
- Opened on Jun 3, 2023
- #129
``I am trying to repeatedly play a very small sound sample (1/60th of a second) using tcod s sdl.audio module.
Since I am having trouble synchronizing the audio buffer, I decided to try the pull approach ...
bug
splatpope
- 3
- Opened on May 27, 2023
- #128
Currently, tcod.noise.grid only supports the ij and xy options for indexing. However, it would be useful to have an
additional order argument, or to replace the indexing argument with the order argument. ...
enhancement
TrialOrc
- 3
- Opened on Feb 16, 2023
- #127
Events are a mess right now and need to be cleaned up. Multiple bad ideas need to be deprecated and removed in a way
which allows for backwards compatibility.
- [x] Fix case in window event types as ...
enhancement
HexDecimal
- Opened on Jan 2, 2023
- #125
Unlike other Python-to-web ports, Pyodide has decent support for arbitrary Python C extensions. Libtcod is already known
to work in Emscripten, so I only need to setup a proper build environment. I suspect ...
enhancement
HexDecimal
- 1
- Opened on Dec 13, 2022
- #123

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.