bouncy icon indicating copy to clipboard operation
bouncy copied to clipboard

Any plans for making it work with Godot4?

Open taxfromdk opened this issue 2 years ago • 2 comments

taxfromdk avatar Aug 01 '23 17:08 taxfromdk

This is more a side project for me, but I may get back to it later this year. But no immediate plans.

lukacu avatar Aug 03 '23 13:08 lukacu

I have a functional "port" of this project working in Godot 4 using GDExtensions.

I say "port" because I only implemented the basics of an OpenCV camera, that is directly usable in Godot, without many of the helper methods of and with a different architecture to this implementation. But if you are just looking for a primer on how to implement opencv in Godot 4, it should suffice.

https://github.com/DerLeole/godot-opencv-extension

DerLeole avatar Jul 09 '24 20:07 DerLeole