1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

Base: Add 3DFileViewer, CatDog & CertificateSettings manpages

Also update Applications.md to reflect this and some other previously
missing pages.
This commit is contained in:
Cubic Love 2023-05-21 01:02:25 +01:00 committed by Jelle Raaijmakers
parent d41e6a0451
commit c7532cf084
4 changed files with 98 additions and 2 deletions

View file

@ -0,0 +1,31 @@
## Name
![Icon](/res/icons/16x16/app-3d-file-viewer.png) 3D File Viewer
[Open](file:///bin/3DFileViewer)
## Synopsis
```**sh
$ 3DFileViewer
```
## Description
`3D File Viewer` is an application for viewing 3D models.
It currently supports opening the Wavefront OBJ file format (`.obj`).
### Features
By default 3D File Viewer will open with a rotating [Utah teapot](https://en.wikipedia.org/wiki/Utah_teapot), a standard 3D test model.
Rotate the model by grabbing it with the cursor. Zoom-in and out with the mouse wheel.
The rotation axis and speed can be adjusted or turned off in the `View` menu.
The model's texture can be adjusted or turned off in the `Texture` menu.
View in Fullscreen by pressing `F11`.
Drag and drop files into 3D File Viewer to open them.

View file

@ -0,0 +1,38 @@
## Name
![Icon](/res/icons/16x16/app-catdog.png) CatDog - A helpful companion
[Open](file:///bin/CatDog)
## Synopsis
```**sh
$ CatDog
```
## Description
`CatDog` is an animated screenmate application in the form of a virtual pet.
It was inspired by [Neko](https://en.wikipedia.org/wiki/Neko_(software)). The name derives from its ambiguous appearance: is it a cat, a dog, or a hybrid?
Its helpful suggestions evoke the animated assistants popular at the turn of the millennium, such as [Clippy](https://en.wikipedia.org/wiki/Office_Assistant).
Alongside [Buggie](https://en.wikipedia.org/wiki/SerenityOS#History) and the [Yaks](http://yaksplained.org/), CatDog is a much loved member of the SerenityOS family of mascots. As such it has a wider presence in the projects online community, promotional materials and merchandise.
### Features
By default, CatDog will chase your mouse cursor around the screen. It will always stay on-top of other windows.
Additionally, CatDog offers helpful suggestions depending on the currently active application.
CatDog has multiple states:
- *Sleeping* if the mouse cursor hasnt moved in some time
- *Alert* if woken by the mouse cursor or speaking after being idle
- *Dressed as an Artist* if Pixel Paint or [Font Editor](help://man/1/Applications/FontEditor) are open
- *Dressed as an Inspector* if [Profiler](help://man/1/Applications/Profiler) or System Monitor are open
To exit, right-click on CatDog and select `Quit` or, if active, press `Alt+F4`.
CatDog brings good luck to those who keep it open.

View file

@ -0,0 +1,22 @@
## Name
![Icon](/res/icons/16x16/certificate.png) Certificate Settings
[Open](file:///bin/CertificateSettings)
## Synopsis
```**sh
$ CertificateSettings
```
## Description
`Certificate Settings` is an application for managing digital certificates in SerenityOS.
Certificates are used for establishing a user's credentials when trying to create secure connection between a client and server by matching a public and private key.
The *Certificate Store* lists all of the certificates currently stored in the system, the Trusted Root Certification Authorities (CAs) they were issued by and their expiration dates.
### Features
Import and export CAs as Privacy-Enhanced Mail files (`.pem`).