-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit fcdf1f8
Showing
10 changed files
with
414 additions
and
0 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 @@ | ||
local/* |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Anar Bastanov | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,12 @@ | ||
{ | ||
"AppVersion": "1.0.0.0", | ||
"Title": "Enchanted Cursor", | ||
"Thumbnail": "res/thumbnail.png", | ||
"Preview": "res/preview.gif", | ||
"Desc": "Rainbow cursor effect using HTML5 Canvas.", | ||
"Author": "Anar Bastanov", | ||
"License": "MIT", | ||
"Contact": "https://github.com/anar-bastanov/enchanted-cursor-wallpaper", | ||
"Type": 1, | ||
"FileName": "src/index.html" | ||
} |
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,99 @@ | ||
{ | ||
"labelCursor": { | ||
"type": "label", | ||
"value": "Cursor" | ||
}, | ||
"radius": { | ||
"text": "Radius", | ||
"type": "slider", | ||
"value": 5, | ||
"min": 1, | ||
"max": 20 | ||
}, | ||
"rainbowSpeed": { | ||
"text": "Rainbow Speed", | ||
"type": "slider", | ||
"value": 30, | ||
"min": 1, | ||
"max": 100 | ||
}, | ||
"randomBrightness": { | ||
"text": "Random Brightness", | ||
"type": "slider", | ||
"value": 70, | ||
"min": 0, | ||
"max": 100 | ||
}, | ||
"distortion": { | ||
"text": "Distortion", | ||
"type": "slider", | ||
"value": 40, | ||
"min": 0, | ||
"max": 100 | ||
}, | ||
"labelWindow": { | ||
"type": "label", | ||
"value": "Window" | ||
}, | ||
"fadeSpeed": { | ||
"text": "Fade Speed", | ||
"type": "slider", | ||
"value": 1, | ||
"min": 1, | ||
"max": 100 | ||
}, | ||
"backgroundNoise": { | ||
"text": "Background Noise", | ||
"type": "slider", | ||
"value": 25, | ||
"min": 0, | ||
"max": 100 | ||
}, | ||
"syncNoiseColor": { | ||
"text": "Sync Noise Color", | ||
"type": "checkbox", | ||
"value": false | ||
}, | ||
"screenSaturation": { | ||
"text": "Screen Saturation", | ||
"type": "slider", | ||
"value": 50, | ||
"min": 0, | ||
"max": 100 | ||
}, | ||
"labelText": { | ||
"type": "label", | ||
"value": "Text" | ||
}, | ||
"characters": { | ||
"text": "Characters", | ||
"type": "textbox", | ||
"value": "ᔑʖᓵ↸ᒷ⎓⊣⍑╎⋮ꖌꖎᒲリ𝙹!¡ᑑ∷ᓭℸ⚍⍊∴/||⨅" | ||
}, | ||
"fontSize": { | ||
"text": "Font Size", | ||
"type": "slider", | ||
"value": 12, | ||
"min": 8, | ||
"max": 30 | ||
}, | ||
"fontName": { | ||
"text": "Font Name", | ||
"type": "dropdown", | ||
"value": 11, | ||
"items": [ | ||
"Arial", | ||
"Verdana", | ||
"Times New Roman", | ||
"Georgia", | ||
"Courier New", | ||
"Lucida Console", | ||
"Trebuchet MS", | ||
"Tahoma", | ||
"Palatino Linotype", | ||
"Impact", | ||
"Comic Sans MS", | ||
"Consolas" | ||
] | ||
} | ||
} |
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,24 @@ | ||
# Enchanted Cursor | ||
![Demo](res/preview.gif?raw=true "video") | ||
|
||
Desktop wallpaper with an enchanted cursor effect. | ||
Use with [Lively Wallpaper](https://github.com/rocksdanister/lively) software. | ||
|
||
## Customization | ||
The following parameters can be adjusted from a settings menu within Lively: | ||
* Effect radius | ||
* Rainbow color speed | ||
* Random brightness | ||
* Distortion in circle area | ||
* Fade speed | ||
* Background noise intensity | ||
* Sync background noise color | ||
* Screen saturation | ||
* Displayed character set | ||
* Font size | ||
* Font name | ||
|
||
## Download | ||
[Download](https://github.com/anar-bastanov/enchanted-cursor-wallpaper/releases/download/v1.0.0/enchanted-cursor-wallpaper.zip) | ||
|
||
Drag & drop the file into Lively window to install. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<title>Enchanted Cursor</title> | ||
</head> | ||
<body> | ||
<canvas id="c"></canvas> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.