thelsing

Results 90 comments of thelsing

Is it possible to get the polygon from path method? I could put this into a RepeatablePolygonSprite and paint the sprite.

I'll delay this part of my project then. Maybe you'll get around to implement this. When I'm done with the other parts of my project I'll try to get the...

A quick hack in case somebody else wants nested structs now: ```diff diff --git a/lib/config.py b/lib/config.py old mode 100755 new mode 100644 index 4898435d..08599e19 --- a/lib/config.py +++ b/lib/config.py @@ -321,6...

In my setup item parsing is not longer with my change than without it. (On a rpi). So I guess the performance is good enough. Should I add an check...

Was anything done here? Last time I checked (11.11.20) nesting of structs didn't work in develop.

Is there any plan to fix this? If not why not roll the struct handling back to the initial one an apply my patch above? I current struct handling code...

Closing this as it's out of scope the the project. This lib can be used by any RTOS. You just have to call the knx.loop() task often enough. Feel free...

I'm now at the stage where I need this to work somehow. Can you give me a pointer where this should implemented in this lib, please?

The best solution would be if I could just change the TextureRegion that shapedrawer uses. Next best would be to the the vertices as float[]. This could be the return...

Thank you very much I will try it out at the weekend.