From 0e981daee6234159e03bfc0051116333dbe90f23 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Thu, 6 Oct 2022 09:21:14 +0200 Subject: [PATCH] wording --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3c5204..9703edb 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ There are many Launchers for Desktops and they are all fancy. But this one is damn simple, no fancy dancy functions only add Apps from your file -system or use commands. Each entry can be have a description, tags and also an -image. +system or use commands. Each entry can have a description, tags and also an +image. Easy Filtering and Sort by name or last Time you started a App. -This Launcher used Electron, Riotjs, Plain-UI and Pouchdb. +This Launcher used [Electron](https://www.electronjs.org/), [Riot.js](https://riot.js.org/), [Plain UI](https://plain-ui.com) and [Pouchdb](https://pouchdb.com/). + +## Why Electron? + +Electron was not the first choice, but it works, and with [Electron Forge](https://www.electronforge.io/) there many possibilities +for deploying. But Electron is also known for his need of resources. But there is a Branch for [neutralino.js](https://neutralino.js.org/), +there will be another attempt to use neutralino.js, because it is more lightweight. ## Next Goals -* Change Format of Images * Keyboard- and Controller-Support for navigation -* Kiosk-Modus +* Kiosk-Mode