python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pygame sprite rotation changes its collision
I'm making RPG game on pygame and one of the skills animation requires rotation on its center, the thing is when it collide with other sprites the collision area changes because of the rotation.
Here ...
Hawanity
Votes: 0
Answers: 0
How to build cv::Mat from coloured rectangles
My goal is to create yield maps using OpenCV. These yield maps need to be built with coloured rectangles to indicate yield. An example of a Mat built by rectangles here.
So is it possible to create a ...
Epsi
Votes: 0
Answers: 2
How to reset global variable on custom hook
I need to reset global variable on custom hook when unit testing React component. I have read few tutorials and StackOverflow answers to this simple task, but without luck to implement it correctly.
T...

Christian Herrejon
Votes: 0
Answers: 2