MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

You are FULL-ON CRAZY! I need to see if pymunk will install on Android using termux. That's the ultimate platform I'm writing this for. I want to make not just...

I was thinking of the classic 2 stationary cannons that shoot balls in an arc. You can control the angle and thrust (use up/down buttons). This way the only thing...

I'll look into it. Maybe it would be good as my "Graph Element". For that element, I supply drawing primitives like lines, circles, rectangles, and images too. In tkinter they're...

Ah! This sounds exactly like my Graph Element. Perfect! It's the element I use to make games with as I can show images inside the element along with text and...

I implemented your Svg as my Graph Element. It's a perfect match to what my Graph Element's interfaces are like. Here's the PySimpleGUI code and what it makes. Need to...

How do I move a figure in a way that deletes the previous location? For example, I'm able to move the text in my figure from one place to another...

I'm trying to add Images now as a drawing primitive. I've got lines, rectangles, etc. But I don't see an SvgImage object. I tried to add an image this way:...

Oh crap! I think you're right. I'm re-drawing! Thanks for the Image tip! Getting closer!

![image](https://user-images.githubusercontent.com/13696193/56463188-c0ab2380-639c-11e9-8ede-dbfbf412bc83.png) I was stunned to see that my Demo Program that draws sine waves works perfectly with these new changes! The same code is running on tkinter, Qt, and Remi...

Hey, without your hands-on help, I would be worthless. YOU da man!