diff options
author | thatlittlegit <personal@thatlittlegit.tk> | 2020-02-14 17:15:35 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-15 20:46:10 +0100 |
commit | ba27b5620069d7900097076e31b68a6c8a591276 (patch) | |
tree | 3aa47f563ea056158f26848a8567aeec65ba820a /Base | |
parent | a55b96a1ea05dc5751a64648fe30aca95a1e9b06 (diff) | |
download | serenity-ba27b5620069d7900097076e31b68a6c8a591276.zip |
Welcome: Add some more pages for Development and Multimedia
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/welcome.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Base/res/welcome.txt b/Base/res/welcome.txt index ce7fd219d0..d9e72ab9a1 100644 --- a/Base/res/welcome.txt +++ b/Base/res/welcome.txt @@ -39,3 +39,23 @@ the classic game Snake and the anti-productivity mainstay Minesweeper. With a little extra effort, you can even play the original id Software hit DOOM, albeit without sound. No sound just means you won't alert your boss, so it's more of a feature than a limitation. + +* Development +$ /res/icons/16x16/app-hack-studio.png +> Develop new applications! +Serenity includes several development tools to enable you to create new +applications for Serenity. You can build a new graphical tool, craft a new +server, hack on a kernel, hammer the browser... the possibilities are endless! + +This is all possibly by using HackStudio, Visual Builder, Terminal, and the +(optional) GNU tools. + +* Multimedia +$ /res/icons/audio-unmuted.png +> Draw while playing your favorite songs! +Serenity includes the Piano, which allows you to create your own tunes by +simply pressing keys on the keyboard. You can pick the wavetype, octave, and +more! Serenity also has SoundPlayer, which lets you play WAV files. + +Serenity also has PaintBrush, which is a simple bitmap editor. Draw with the +pencil and change colors. Try drawing shapes! Can't do that in GIMP! |