47 lines
1.4 KiB
Markdown
47 lines
1.4 KiB
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.
|
|
|
|
### <img src="../../public/media/applications/icons/terminal.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> Terminal
|
|
|
|
A command line tool.
|
|
|
|
### <img src="../../public/media/applications/icons/code-editor.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> Code Editor
|
|
|
|
Coming soon.
|
|
|
|
### <img src="../../public/media/applications/icons/file-explorer.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> File Explorer
|
|
|
|
Coming soon.
|
|
|
|
### <img src="../../public/media/applications/icons/media-viewer.svg" width=30 height=30 style="vertical-align: middle; background: none;"/> 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.
|