It’s very nice to see that Kylo gets open sourced. I really appreciate that. Thanks!
I’m OpenLGTV BCM developer (open source part of firmware for LG TVs) and I would like to port Kylo for my project.
Currently I’m using stock WebKit @ GTK based web browser that doesn’t have any interface and remote control can send just 0-9, arrows + few more key codes, so I need to program remote control using JavaScript code injected to web pages. That’s not the optimal solution and my interface is ugly.
I’ve been pointed that Kylo is now open sourced so I have decided to take a look at it.
I’ve made a quick look at sources and am I missing anything or the sources are incomplete or Kylo is a pack of addons for Mozilla/XUL based web browsers?
Would you describe a bit more how does the compilation work and besides Python and CMAKE what are other dependencies for compiling (and running) it?
What display environment is used to display image on screen?
What’s used to get inputs from mouse?
In TV I have DirectFB as base environment for inputs and display.
Stock web browser uses GTK2 libs linked to DirectFB.
I thought that I could compile Kylo with linking to currently used GTK2 libs to get it to work with DirectFB.
