I want to build my own interface (graphical) launched at the start of raspberry and if possible to be able to receive command from my TV remote. (HDMI-CEC)
My raspberry is on Raspbian. (can be changed if necessary)
My question is how to build my own GUI, but I don’t want start the x-server. (it’s slooow).
I’m ready to use python, java, c++, or maybe an another language. Is there a library for do that ? Maybe an example ?
Edit: That not what I wanted. I want to connect my tv to my raspberry by HDMI. We can access to the flask interface only by a browser. I want to display directly to my TV.
Ah. Well, ever GUI I’ve every tried to run on my Pi Model B V1 has been slooow. I wouldn’t know where to look to start trying to build one yourself without some base running. Perhaps Chromium in Kiosk mode might be an option?