-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
1f7cc4f
commit 54e5837
Showing
5 changed files
with
111 additions
and
122 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions
71
src/main/resources/build_assets/org.dpsoftware.FireflyLuciferin.appdata.xml
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,71 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>org.dpsoftware.FireflyLuciferin</id> | ||
<launchable type="desktop-id">org.dpsoftware.FireflyLuciferin.desktop</launchable> | ||
<name>Firefly Luciferin</name> | ||
<developer_name>Firefly Luciferin</developer_name> | ||
<summary>Ambilight clone</summary> | ||
<metadata_license>CC-BY-SA-4.0</metadata_license> | ||
<project_license>LicenseRef-proprietary=https://github.com/sblantipodi/firefly_luciferin?tab=GPL-3.0-1-ov-file</project_license> | ||
<url type="homepage">https://github.com/sblantipodi/firefly_luciferin</url> | ||
<url type="help">https://github.com/sblantipodi/firefly_luciferin/wiki</url> | ||
<description> | ||
<p>Luciferin is a generic term for the light-emitting compound found in organisms that generate bioluminescence like Fireflies and Glow Worms. | ||
Firefly Luciferin is a Java Fast Screen Capture PC software designed for Glow Worm Luciferin firmware, | ||
those two software create the perfect Bias Lighting and Ambient Light system for PC. | ||
Differently from other solutions, Firefly and Glow Worm Luciferin are designed to work together for the best experience possible.</p> | ||
<p>Key features</p> | ||
<ul> | ||
<li>Best in class performance combined with ultra low CPU/GPU usage.</li> | ||
<li>Advanced algorithms for smooth colors transitions and color correction. Seeing is believing.</li> | ||
<li>Wireless or cabled, local or remote? Choose your flavour with MQTT support and Home Assistant integration.</li> | ||
<li>Multi monitor support with single or multiple instances.</li> | ||
<li>Surround lighting with satellites.</li> | ||
<li>Web browser firmware installer and Web Interface.</li> | ||
<li>Programmable firmware, change your microcontroller's settings on the fly.</li> | ||
<li>Frequent updates, upgrade your PC software and your firmware in one click.</li> | ||
<li>Automatic switching between aspect ratios based on your video content.</li> | ||
<li>Made from a gamer, for gamers. No added lag, stutter free.</li> | ||
<li>Multi platform, Windows and Linux ready. macOS is coming when it's ready.</li> | ||
<li>If you don't want to design your own PCB and you have a soldering iron, there is Luciferin's official PCB.</li> | ||
<li>Have a question? Get answered on the community.</li> | ||
</ul> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Ambilight effect</caption> | ||
<image type="source">https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/cc960fbef900471303c3ab1d10980ed1a8a57a7f/data/img/ambilight_color.png</image> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<caption>Artist</caption> | ||
<image type="Luciferin UI">https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/08852270fe719b1c0ad2aaeade321118ecaa9b59/data/img/settings_1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Luciferin UI</caption> | ||
<image type="Luciferin UI">https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/08852270fe719b1c0ad2aaeade321118ecaa9b59/data/img/settings_2.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Luciferin UI</caption> | ||
<image type="Luciferin UI">https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/08852270fe719b1c0ad2aaeade321118ecaa9b59/data/img/settings_3.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Web Interface</caption> | ||
<image type="source">https://raw.githubusercontent.com/sblantipodi/glow_worm_luciferin/6c3184d5f8090d6009b81916d9ae6ba4c310fe00/assets/img/web_interface.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Home Assistant integration</caption> | ||
<image type="source">https://raw.githubusercontent.com/sblantipodi/glow_worm_luciferin/a9931c31597edd6263b0c6769adf8398e29d9dd9/assets/img/HA_mobile_client_screenshot.jpg</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Test Image</caption> | ||
<image type="source">https://raw.githubusercontent.com/sblantipodi/firefly_luciferin/2a848b0161ec9f488c15af8036b131a4a8bcc0e5/data/img/testimage.jpg</image> | ||
</screenshot> | ||
</screenshots> | ||
<releases> | ||
<release version="1.2.48.405.gf2c48e6f" date="2024-11-06"> | ||
<description></description> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1"/> | ||
<update_contact>perini.davide_at_dpsoftware.org</update_contact> | ||
</component> |
8 changes: 8 additions & 0 deletions
8
src/main/resources/build_assets/org.dpsoftware.FireflyLuciferin.desktop
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,8 @@ | ||
[Desktop Entry] | ||
Name=Firefly Luciferin | ||
Comment=Ambilight clone | ||
Exec=FireflyLuciferin | ||
Icon=org.dpsoftware.FireflyLuciferin | ||
Terminal=false | ||
Type=Application | ||
Categories=AudioVideo;Audio;Video;Game |