-
### Share your progress and tweet link:
- Day 1 tweet
- https://twitter.com/chraem2/status/1421802287849115660?s=20
- Description
- Started exploring a python library called pygame.
- Resou…
-
If you move the caret using `TextInput#caret_pos=` and then immediately type to add new text, the text input buffer past the point specified will be cleared. This can be averted if the caret is moved …
-
I did an analysis of the RC controller code. It was super confusing because I think we have some abandoned code.
The method controller.py:get_js_controller() returns the chosen game controll…
-
I remember suggesting this in IRC, but never got around to actually reporting it. It's a feature I consider useful, and plan to personally use in potential games I might make in Tuxemon. It also doesn…
-
In one of your very old post you said you wanted to make a tool to allow you to automatically generate characters rather than have a gimp file. Did you ever start on that?
If not I think that would …
-
* build libffi from https://github.com/hoodmane/libffi-emscripten
* ``cp /opt/libffi-emscripten/lib/libffi.a /emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/pic/``
* ``cp /opt/libffi-…
tiran updated
2 years ago
-
## Vertaisarviointi/Peer review
- The time of download of this file was - 13:52 - 8/10/2022
##The game play of the program
I tried to open the file and run the program as it was shown within…
-
This came up in several contexts, @mpacer for subfigure and @rgbkrk who want to have list(objects) have rich reprs.
We can't call `_repr_*_` recursively as it may not be defined (user custom reprs…
-
**Describe the bug**
When using the [Quick Start Guide](https://pygame-gui.readthedocs.io/en/latest/quick_start.html), I am constantly getting the following error:
`ImportError: cannot import name '…
W5DEV updated
3 months ago
-
I might be wrong about this, but it seems like a simple stopgap measure is creating something like a `Canvas` that fits in as a UI widget.
Which is then used to draw stuff in? So I can wrap circles…