A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
Go to file
2018-01-23 19:27:01 +01:00
media Add video demo and update Readme 2017-11-27 18:53:36 +01:00
src Revert to xterm 2.0 because of too many undocumented breaking changes 2018-01-23 19:27:01 +01:00
.gitignore CI 2017-10-11 16:05:26 +02:00
.travis.yml Fix Travis builds 2018-01-05 12:08:29 +01:00
appveyor.yml Fix appveyor builds (missing dep) 2018-01-17 16:22:41 +01:00
LICENSE Initial commit 2017-01-28 10:35:02 +01:00
package-lock.json Revert to xterm 2.0 because of too many undocumented breaking changes 2018-01-23 19:27:01 +01:00
package.json Update electron-builder to the latest version 🚀 (#52) 2018-01-23 18:57:14 +01:00
prebuild-minify.js Fix Travis builds 2018-01-05 12:08:29 +01:00
README.md Add Windows builds on AppVeyor 2018-01-05 11:02:11 +01:00

eDEX-UI

Codacy Badge Greenkeeper badge Build Status Build status

Pre-release demo

(click to view full-size)

eDEX-UI is a sci-fi interactive terminal interface heavily inspired from DEX-UI and the TRON Legacy movie effects, made cross-platform and easy to install with Electron.

I had no ideas for a name so i took DEX-UI and added a "e" for Electron. Deal with it.

FAQ

What OS can this thing run on?

Currently Windows and any linux distro that can run Chromium.

Is this a real terminal?

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.

Why is there a keyboard?

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.

What's the difference between this and the original DEX-UI?

Seenaburns' DEX-UI was created "as an experiment or an art piece, not distributable software". My goal with eDEX is to create a similar experience, but easier to install, run, and use.

Will using this make me insanely badass?

Yes.

How to run it from source?

on *nix systems:

  • clone the repository
  • npm run install-linux
  • npm start

on windows:

  • start cmd or powershell as administrator
  • clone the repository
  • npm run install-windows
  • npm start