Moving pictures for a video game
Hi, I am new in OpenCV and I would like to create a video game in which images of characters are moving randomly in a 2D space. I have not found the function for that in the official PDF tutorial of OpenCV. I would like in this project to avoid using Pygame, SDL, or any other library if it is possible.
Could anyone recommend me a specific tutorial about it (video, PDF file, website, etc. ...)
Thank you by advance,
Cedric.
honestly, SDL/pygame are far more appropriate for game making than opencv