GUI Module for Neon Core. This module extracts the GUI components from the
Mycroft Mark 2 Skill and the enclosure
module
from mycroft-core.
Isolating the GUI to a standalone module allows for standardized implementation of common components.
This package can be treated as a drop-in replacement for the GUI components in skill-mark-2
.
RestingScreen
, and gui bus events are handled here.
The included Dockerfile
may be used to build a docker container for the neon_messagebus module. The below command may be used
to start the container.
docker run -d \
--name=neon_gui \
--network=host \
neon_gui