-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4579dc1
commit 6ab5523
Showing
1 changed file
with
14 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,32 @@ | ||
# LauncherX | ||
|
||
(this README is somewhat outdated, and will be updated when LauncherX v2 is released) | ||
|
||
### Project site: https://clickphase.vercel.app/launcherx | ||
|
||
LauncherX - Modern app launcher for Windows | ||
|
||
LauncherX is a Windows Program used to organize and access all of your files, folders, websites, and pretty much anything. | ||
|
||
***LauncherX is compatible with Windows 7, 8.1*, 10, and 11*** | ||
|
||
It supports: | ||
|
||
* Adding websites, files and folders | ||
|
||
## Overview | ||
* LauncherX - Modern app launcher for Windows | ||
* LauncherX is a Windows Program used to conveniently access all of your most-used files, folders, websites. | ||
* LauncherX is compatible with Windows 7*, 8.1*, 10, and 11 _*Not tested extensively with Windows 7 and 8.1. Use at your own risk._ | ||
## Features | ||
* Adding websites, files and folders (including support for dragging and dropping of files and folders from File Explorer) | ||
* Light and Dark mode | ||
|
||
* Multiple Icon sizes | ||
|
||
* Ability to change Header text | ||
|
||
* Searching through your stuff in LauncherX | ||
|
||
* Customisable icon sizes | ||
* Customisable header text | ||
* Ability to reorder items | ||
* Ability to search through your items | ||
* Automatic updates | ||
|
||
* Fluent Design | ||
* Fluent visual appearance that fits Windows 11's design language. | ||
|
||
![Dark Mode](https://imgur.com/KLzIHpy.png) | ||
|
||
![Light Mode](https://imgur.com/hTIV0QC.png) | ||
|
||
## Minimum System Requirements | ||
* 64-bit Windows 10 version 1903 and above (including Windows 11) | ||
|
||
* Windows 7*, 8.1*, 10, and 11 _*Not tested extensively with Windows 7 and 8.1. Use at your own risk._ | ||
* 20MB Free disk space | ||
|
||
## Compiling the code | ||
|
||
LauncherX uses the XAML Islands library in order to have the look and feel of a modern Windows App with fluent design. As such, to compile the code, you must have the Windows 10 SDK version 1903 and above installed on your system in order for LauncherX to compile. | ||
|
||
* To compile LauncherX, open LauncherX.sln in Visual Studio to run it. You also need to have the .NET Framework 4.8 runtime installed on your computer. | ||
## Licensing | ||
|
||
LauncherX is licensed under the MIT License. To view the license, visit [LICENSE.TXT](https://github.com/Apollo199999999/LauncherX/blob/master/LICENSE.txt) | ||
* LauncherX is licensed under the MIT License. To view the license, visit [LICENSE.TXT](https://github.com/Apollo199999999/LauncherX/blob/master/LICENSE.txt) | ||
|
||
Copyright © 2020-present ClickPhase |