Skip to content

Commit 01ecdb6

Browse files
committed
meta: Update readme.
1 parent cec9ad8 commit 01ecdb6

File tree

11 files changed

+56
-42
lines changed

11 files changed

+56
-42
lines changed

doc/assets/vaev.png

-23.5 KB
Binary file not shown.

doc/assets/vaev.webp

-15 KB
Binary file not shown.

readme.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
![skiftOS Screenshot](doc/assets/bento.png)
2-
3-
## About
4-
5-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3ad24f7f90be4c969de7444377906c1c)](https://app.codacy.com/gh/skift-org/skift/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -
1+
<br/>
2+
<br/>
3+
4+
<p align="center">
5+
<img src="doc/logo-light.svg#gh-light-mode-only" width="192" />
6+
<img src="doc/logo-dark.svg#gh-dark-mode-only" width="192" />
7+
</p>
8+
<br/>
9+
<p align="center">
610
<a href="https://skiftos.org/">Website</a> -
711
<a href="https://discord.com/invite/gamGsfg">Discord</a> -
812
<a href="https://docs.skiftos.org">Documentation</a>
13+
</p>
14+
15+
<br/>
16+
<br/>
917

1018
> **⚠ Warning**<br> skiftOS is currently in the early stages of development and is not yet ready for daily use. Please do not use it in production environments. Here be dragons! 🐉
1119
@@ -14,12 +22,12 @@
1422

1523
## Key Features
1624

17-
- **Karm**: A modern C++ core library providing foundational building blocks.
18-
- **KarmUI**: A reactive UI framework for building elegant user interfaces.
19-
- **Hideo**: A beautiful desktop environment prioritizing intuitive design.
20-
- **Hjert**: A capability-based "pragmatic" microkernel.
21-
- **CuteKit**: A versatile build system and package manager designed for cross-compilation and complex project management.
22-
- **Vaev**: A browser engine built for speed, accuracy, and simplicity.
25+
- [**Karm**](src/libs): A modern C++ core library providing foundational building blocks.
26+
- [**KarmUI**](src/libs/karm-ui/): A reactive UI framework for building elegant user interfaces.
27+
- [**Hideo**](src/apps): A beautiful desktop environment prioritizing intuitive design.
28+
- [**Hjert**](src/kernel): A capability-based "pragmatic" microkernel.
29+
- [**CuteKit**](https://github.com/cute-engineering/cutekit): A versatile build system and package manager designed for cross-compilation and complex project management.
30+
- [**Vaev**](src/web): A browser engine built for speed, accuracy, and simplicity.
2331

2432
## Core Philosophy
2533

src/apps/doc/assets/capture.jpg

265 KB
Loading

src/apps/doc/assets/logo.svg

+12
Loading

src/apps/readme.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<br/>
2+
<br/>
3+
<p align="center">
4+
<img src="doc/assets/logo.svg" width="200"s>
5+
</p>
6+
<p align="center">
7+
A modern desktop environment for Skift & Linux
8+
</p>
9+
<br/>
10+
<br/>
11+
12+
![](doc/assets/capture.jpg)
13+
14+
<br/>
15+
<br/>
16+
17+
## License
18+
19+
<a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">
20+
<img align="right" height="72" alt="LGPL3 License" src="https://branding.cute.engineering/licenses/lgpl.svg" />
21+
</a>
22+
23+
The hideo desktop environment is licensed under the **GNU Lesser General Public License v3.0 or later**.
24+
25+
The full text of the license can be accessed via [this link](https://www.gnu.org/licenses/lgpl-3.0-standalone.html) and is also included in the [license.txt](license.txt) file of this software package.

src/clis/byg/main.cpp

-6
This file was deleted.

src/clis/byg/manifest.json

-9
This file was deleted.

src/clis/cc/main.cpp

-6
This file was deleted.

src/clis/cc/manifest.json

-10
This file was deleted.

src/web/doc/assets/vaev.png

9.11 KB
Loading

0 commit comments

Comments
 (0)