DaniX GUI is a lightweight, graphical enviroment designed as a proof of concept to be paired with placeholderOS Kernel. It demonstrates a simple login flow, desktop environment, and terminal emulator built entirely in the DE.
init.lua— Entry point; displays the login prompt and launches the desktop.gui.lua— Implements a minimal desktop environment with basic window management and a Terminal launcher.terminal_app.lua— Simple terminal emulator that echoes user input.
-
Place the
DaniXfolder in the computer’s root directory. -
Start the environment by running one of the following:
DaniXor
lua /DaniX/init.lua
- Dependencies: Requires Basalt.