Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I love this extension! I test it with applications like "code reader"


Very nice work, and I'm waiting for more upgrades!

(+1)

How did you do that? It's great, how could you make gdvelop know what color is on the screen? :O

Thank you! I achieved that by utilizing the 'Read Pixel' extension. This extension allows me to capture the RGB values of specific points on the screen. Essentially, it reads the color information pixel by pixel at designated locations in the image. By leveraging this capability, I can accurately determine the colors present on the screen and incorporate that data into my development process.

(1 edit) (+1)

Thanks Michael J, it was very useful to be able to move the player using the color change by filters to select the color of my hand :) it is not perfect but I think it works


Incredible! How did you get GDevelop to detect the hand position? Does it require a lot of machine resources?