-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from RyanLua/community-health-files
Improve community health files
- Loading branch information
Showing
11 changed files
with
183 additions
and
68 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | ||
properties: | ||
resources: | ||
- resource: Microsoft.Windows.Developer/DeveloperMode | ||
directives: | ||
description: Enable Developer Mode | ||
allowPrerelease: true | ||
settings: | ||
Ensure: Present | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 Community | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.Community | ||
source: winget | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.Community | ||
channelId: VisualStudio.17.Release | ||
vsConfigFile: '${WinGetConfigRoot}\..\.vsconfig' | ||
configurationVersion: 0.2.0 |
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
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
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
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
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
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,64 +1,43 @@ | ||
<p align="center"> | ||
<img alt="Fluent Auto Clicker" align=center src="assets/Logo.png" height="128px" /> | ||
<img alt="Fluent Auto Clicker" align=center src="assets/Logo.svg" height="128px" /> | ||
<h1 align="center">Fluent Auto Clicker</h1> | ||
</p> | ||
|
||
> [!NOTE] | ||
> Fluent Auto Clicker is still in development and there is no stable release of it yet. Consider [starring the repository](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) to support it's development | ||
> [!IMPORTANT] | ||
> This app is still in development and no public release is available. Consider [starring the repository](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) to show your support. | ||
Fluent Auto Clicker is a beautifully designed auto clicker for Windows 10 and 11. Following the latest Fluent Design guidelines and seamlessly blending into Windows. | ||
|
||
We stand out as one of the fastest auto clickers, with a 1ms interval between clicks. Specially optimized for maximum clicking speed, clicking faster than even the most overpowered auto clickers. | ||
|
||
Whether you're playing games like Roblox, Minecraft, Cookie Clicker, or tackling any task that requires precise clicking, Fluent Auto Clicker has you covered. | ||
**Fluent Auto Clicker** is a beautifully designed auto clicker for Windows 10 and 11, made with the [Fluent Design Guidelines](https://learn.microsoft.com/en-us/windows/apps/design/basics/). | ||
|
||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="assets/ScreenshotDark.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="assets/ScreenshotLight.png"> | ||
<img src="assets/ScreenshotLight.png"> | ||
</picture> | ||
|
||
## Features | ||
|
||
| | Fluent Auto Clicker | Others<sup>1</sup> | | ||
| --: | --- | --- | | ||
| Fast Clicking | :ballot_box_with_check: | :ballot_box_with_check: | | ||
| Custom Hotkeys | :ballot_box_with_check: | :ballot_box_with_check: | | ||
| Low memory footprint | :ballot_box_with_check: | :ballot_box_with_check: | | ||
| Fluent Design | :ballot_box_with_check: | :black_square_button: | | ||
| Light & Dark Theme | :ballot_box_with_check: | :black_square_button: | | ||
| Open-source | :ballot_box_with_check: | :black_square_button: | | ||
|
||
### Lightning-Fast Clicking | ||
|
||
Experience 1ms intervals between clicks, allowing for up to 1000 clicks per second. | ||
|
||
### High Performance | ||
|
||
Under 100MB of memory usage and a responsive user interface, Fluent Auto Clicker is exceptionally lightweight. No need to worry about it lagging down your computer. | ||
## 🚀 Features | ||
|
||
### Fluent Design Light & Dark Theme | ||
* ⚡ **Lightning-Fast Clicking**: 1ms intervals between clicks, allowing for up to 1000 clicks per second. | ||
|
||
Enjoy automatic dark and light themes crafted with the latest Fluent Design guidelines. | ||
* 🌙 **Light & Dark Theme**: Dark and light themes for you to chose along with changing the background material. | ||
|
||
### Safe & Secure | ||
* 🛡️ **Secure by Design**: Build for safety and security by using [MSIX AppContainer](https://learn.microsoft.com/en-us/windows/msix/msix-container) for app isolation and virtualization. | ||
|
||
Fluent Auto Clicker is open-source, giving users full transparency about what's running on their computer. Other auto clickers are often closed-source, meaning users can't even see the code they're running. | ||
* 🔓 **Open Source**: Fully open-source, allowing you to view to the source code for maximum transparency. | ||
|
||
## Contributing | ||
## 👏 Contributing | ||
|
||
We welcome contributions from everyone. Before contributing, read the [contribution guidelines](https://github.com/RyanLua/FluentAutoClicker/blob/main/.github/CONTRIBUTING.md). | ||
We welcome contributions from everyone. Before contributing, read the [contribution guidelines](.github/CONTRIBUTING.md). | ||
|
||
First-time contributor? Make your first contribution to this repository by tackling one a ["good first issue."](https://github.com/RyanLua/FluentAutoClicker/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) | ||
Don't know where you start? Make your first contribution by tackling one a [good first issue](https://github.com/RyanLua/FluentAutoClicker/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). | ||
|
||
More experienced? Consider checking out a ["help wanted issue."](https://github.com/RyanLua/FluentAutoClicker/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | ||
If you are more experienced, consider checking out a [help wanted issue](https://github.com/RyanLua/FluentAutoClicker/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). | ||
|
||
## License | ||
## 🪪 License | ||
|
||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | ||
Copyright (C) 2024 Ryan Luu | ||
|
||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. | ||
Fluent Auto Clicker is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | ||
|
||
You should have received a copy of the GNU Affero General Public License along with this program. A copy of the GNU Affero General Public License is available in the [`COPYING`](COPYING) file in the root of this repository. If not, see <https://www.gnu.org/licenses/>. | ||
Fluent Auto Clicker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. | ||
|
||
###### <sup>1</sup> From the top 5 most downloaded auto clickers from Microsoft Store October 2023 | ||
You should have received a copy of the GNU Affero General Public License along with this program. A copy of the GNU Affero General Public License is available in the [`COPYING.md`](COPYING.md) file in the root of this repository. If not, see <https://www.gnu.org/licenses/>. |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"AttributesTolerance": 2, | ||
"KeepFirstAttributeOnSameLine": false, | ||
"MaxAttributeCharactersPerLine": 0, | ||
"MaxAttributesPerLine": 1, | ||
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransform, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter", | ||
"SeparateByGroups": false, | ||
"AttributeIndentation": 0, | ||
"AttributeIndentationStyle": 1, | ||
"RemoveDesignTimeReferences": false, | ||
"IgnoreDesignTimeReferencePrefix": false, | ||
"EnableAttributeReordering": true, | ||
"AttributeOrderingRuleGroups": [ | ||
"x:Class", | ||
"xmlns, xmlns:x", | ||
"xmlns:*", | ||
"x:Key, Key, x:Name, Name, x:Uid, Uid, Title", | ||
"Grid.Row, Grid.RowSpan, Grid.Column, Grid.ColumnSpan, Canvas.Left, Canvas.Top, Canvas.Right, Canvas.Bottom", | ||
"Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight", | ||
"Margin, Padding, HorizontalAlignment, VerticalAlignment, HorizontalContentAlignment, VerticalContentAlignment, Panel.ZIndex", | ||
"*:*, *", | ||
"PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint", | ||
"mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText", | ||
"Storyboard.*, From, To, Duration" | ||
], | ||
"FirstLineAttributes": "", | ||
"OrderAttributesByName": true, | ||
"PutEndingBracketOnNewLine": false, | ||
"RemoveEndingTagOfEmptyElement": true, | ||
"SpaceBeforeClosingSlash": true, | ||
"RootElementLineBreakRule": 0, | ||
"ReorderVSM": 2, | ||
"ReorderGridChildren": false, | ||
"ReorderCanvasChildren": false, | ||
"ReorderSetters": 0, | ||
"FormatMarkupExtension": true, | ||
"NoNewLineMarkupExtensions": "x:Bind, Binding", | ||
"ThicknessSeparator": 2, | ||
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin", | ||
"FormatOnSave": true, | ||
"CommentPadding": 2, | ||
} |
Oops, something went wrong.