A very simple 8x8 or even smaller dot matrix display which can be controlled through USART, I was using ftdi232 to make it USB compatible. Continue rading if you wan to check the video.
Super Droid
A while ago I was experimenting with LibGDX, I was building a platformer game, mainly to learn OOP and game development
I was working on a game called "Super Droid" a replica of good old game "super mario". I'm using libgdx as my game framework, so it means that the will be able to run on Android with GL2 support and any other OS which supports java - linux, macOS, windows.
FileStorage module (YML)
One of the most useful things OpenCV has is YML file library. I canno't believe have easy to use they are. Before I learned this, I was making complicated algorithms and writing array of data like detected keypoints or descriptrs in "txt" file. But there is much simpler solution...
Complete guide using SURF feature detector
Basically one of the most interesting built in algorithms in OpenCV are feature detectors. In this tutorial I will cover only SURF algorithm, but be aware SURF and SIFT algorithm is not free, and shouldn't be used for commercial purposes only educational. Hopefully you will be able to modify the codefor other feature detectors as well (the free ones), like ORB, FAST, MSER, STAR, BRIEF etc.