Skip to content

aptshow/daniX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaniX GUI — Proof of Concept

Overview

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.

File Structure

  • 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.

Running on CC:Tweaked

  1. Place the DaniX folder in the computer’s root directory.

  2. Start the environment by running one of the following:

    DaniX
    

    or

    lua /DaniX/init.lua
    

Notes

  • Dependencies: Requires Basalt.

About

The first (and default) Desktop Environment for PlaceholderOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages