Skip to content
Advertisement

How to zoom on a particular point with Kivy in python

So I need to create an interactive game map for other players. They could add some markers on it locally.

I imported the image of the map and saw a stackoverflow subject with someone having the same problem. I got the solution but it’s zooming at the center of the picture.

It’s a very large picture so i need to make the zoom possible on the cursor of the mouse.

Here’s the code I’ve already made :

JavaScript

Advertisement

Answer

Seems like that should be an option for Scatter and ScatterPlane, but it isn’t. Here is a hack I have used to accomplish what you asked about:

JavaScript

This is an extension of ScatterPlane, but it is not extensively tested. Use at your own risk.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement