47 lines
No EOL
839 B
Markdown
47 lines
No EOL
839 B
Markdown
# Features
|
|
|
|
Most code for features can be found in the [src/features](../../src/features) directory. This directory is a library that is mostly used by files in the [src/components](../../src/components) and [src/hooks](../../src/hooks) directory.
|
|
|
|
## Applications
|
|
|
|
There are several applications.
|
|
|
|
### Terminal
|
|
|
|
A command line tool.
|
|
|
|
### Code Editor
|
|
|
|
Coming soon.
|
|
|
|
### File Explorer
|
|
|
|
Coming soon.
|
|
|
|
### Media Viewer
|
|
|
|
Coming soon.
|
|
|
|
## Desktop
|
|
|
|
Coming soon.
|
|
|
|
## Math
|
|
|
|
The math folder contains util classes related to maths.
|
|
|
|
## Storage
|
|
|
|
Coming soon.
|
|
|
|
## Taskbar
|
|
|
|
Shows pinned applications, a search button, multiple control buttons and the time and date.
|
|
|
|
## Virtual Drive
|
|
|
|
The virtual drive is a drive that stores virtual files and folders.
|
|
|
|
## Windows
|
|
|
|
Each application opens in a window that can be dragged around and maximized/minimized. |