diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-15 14:16:45 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-15 14:16:45 +0200 |
commit | d4211ede31379d94ba60b86421869af8f8b2f5fc (patch) | |
tree | 0070353913c39d8e254dbe30cc336ff08f4bf5ec /ReadMe.md | |
parent | ddcaf02a57e2b3541f35e4d9539a984e3efc71e9 (diff) | |
download | serenity-d4211ede31379d94ba60b86421869af8f8b2f5fc.zip |
Meta: Update ReadMe with license and links.
Diffstat (limited to 'ReadMe.md')
-rw-r--r-- | ReadMe.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Serenity -x86 Unix-like operating system for IBM PC-compatibles. +Graphical Unix-like operating system for x86 computers. ## About @@ -10,6 +10,10 @@ I've grown tired of cutesy and condescending software that doesn't take itself o Roughly speaking, the goal here is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s \*nix. This is a system by me, for me, based on the things I like. +I regularly post raw development videos on [my YouTube channel](https://www.youtube.com/channel/UC3ts8coMP645hZw9JSD3pqQ). + +There's also a [Patreon](https://www.youtube.com/channel/UC3ts8coMP645hZw9JSD3pqQ) if you would like to show some support that way. + ## Screenshot ![Screenshot as of ef9fbef](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-ef9fbef.png) @@ -26,11 +30,13 @@ Roughly speaking, the goal here is a marriage between the aesthetic of late-1990 * /proc filesystem * Local sockets * Pseudoterminals -* Event-driven GUI library +* Event loop library (LibCore) +* High-level GUI library (LibGUI) * PNG format support * Text editor * IRC client * DNS lookup +* Minesweeper * Other stuff I can't think of right now... ## How do I build and run this? @@ -43,4 +49,4 @@ See the [step-by-step guide to building Serenity](https://github.com/awesomeklin ## License -Undecided. I will probably go with something BSD-ish. +Serenity is licensed under a 2-clause BSD license. |