You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
eDEX-UI is a sci-fi interactive terminal interface heavily inspired from [DEX-UI](https://github.com/seenaburns/dex-ui) and the [TRON Legacy movie effects](https://web.archive.org/web/20170511000410/http://jtnimoy.com/blogs/projects/14881671), made cross-platform and easy to install with [Electron](https://github.com/electron/electron).
12
+
eDEX-UI is a fullscreen desktop app ressembling a sci-fi computer interface, heavily inspired from [DEX-UI](https://github.com/seenaburns/dex-ui) and the [TRON Legacy movie effects](https://web.archive.org/web/20170511000410/http://jtnimoy.com/blogs/projects/14881671). It runs the shell of your choice in a real terminal, and displays live information about your system. It was made to be used on large touchscreens but will work nicely on a regular desktop computer or perhaps a tablet.
13
+
14
+
Technically speaking, it is a Node.js+Electron app with a pure HTML-CSS frontend. No frameworks included.
13
15
14
16
I had no ideas for a name so i took DEX-UI and added a "e" for Electron. Deal with it.
_(tmux running htop and systemctl status, on eDEX-UI v0.7.3 with the "red theme")_
22
+
23
+
## Q&A
17
24
#### What OS can this thing run on?
18
25
Currently Windows (portable binary), the latest MacOS (.dmg and pkg) and any linux distro that can run Chromium (AppImage and tarball).
19
26
#### Is this a real terminal?
20
27
Yes. By default, eDEX runs bash on linux and Powershell on Windows, but you can change that to any command in the settings.json file.
28
+
#### I don't like the colors/the keyboard layout is not right for me!
29
+
We got you covered! Check the [repo's Wiki](https://github.com/GitSquared/edex-ui/wiki) for in-depth information about customizing eDEX.
21
30
#### Why is there a keyboard?
22
-
As DEX-UI's author said, it's there mostly because it looks cool, but in eDEX it's also a fully-capable tactile keyboard.
31
+
eDEX-UI is meant to be used on touchscreens, even if it works well on regular displays! If you have a physical keyboard wired to your computer, pressing keys IRL will illuminate the virtual keyboard: *please remember to not type any passwords if you are recording your screen!*
23
32
#### What's the difference between this and the original DEX-UI?
24
-
Seenaburns' DEX-UI was created _"as an experiment or an art piece, not distributable software"_.
25
-
My goal with eDEX is to create a similar experience, but easier to install, run, and use.
33
+
Seenaburns' DEX-UI was created _"as an experiment or an art piece, not distributable software"_. The goal of this project is to push Seena's vision forward by making such an interface usable in real-life scenarios.
0 commit comments