2 releases

0.1.1 Dec 18, 2023
0.1.0 Dec 18, 2023

#209 in Graphics APIs

Download history 1/week @ 2024-02-16 15/week @ 2024-02-23 12/week @ 2024-03-01 26/week @ 2024-03-29 2/week @ 2024-04-05 85/week @ 2024-04-12

113 downloads per month

MIT license

7MB
3.5K SLoC

Rust 3K SLoC // 0.0% comments HLSL 657 SLoC // 0.1% comments


Logo

Zefir's Flashy Cooler

Elevate your cooler with modern and reactive themes.
Explore the docs »

Download now · Report Bug · Request Feature

contributors last update forks stars open issues license

Current project status

I am currently in a very busy period in life so work on this project has significantly slowed down. I'm still here and it's all still happening, it's just going to take much longer until this new version is usable. It's getting there. Contributions are both welcome and needed. It's hard to estimate how long it'll take to get this new version off the ground, but it will come. Thanks for waiting. Issues will all be dealt with in due course, I understand that the current JS implementation of this is kind of crap. This new version will be much more robust and much cooler, and most importantly, much more powerful. Cheers.

💖 Sponsors

Thank you for your ongoing support. Click here to become my sponsor.

Jason ChandlerSerene Scream

📔Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

🌟 About The Project

This project aims to entirely replace iCUE and other pieces of software like it in control of CPU coolers etc. with LCD displays.

(back to top)

👾 Built With

Rust Svelte TailwindCSS C# C TypeScript Vite

(back to top)

🧰 Getting Started

To build this project locally, you will need a few dependencies set up.

‼️ Prerequisites

  1. Set up a Rust toolchain using Rustup.
  2. Install Visual Studio Community 2022 with a C# workload.
  3. Install the .NET AOT runtime package from NuGet.
  4. Install Chocolatey.
  5. Install the following dependencies from Chocolatey:
    • LLVM 15.0.7
    • NASM
    • CMake
  6. Run cargo tauri dev.

In case of issues, follow the error messages until everything works. For support, try messaging me through our discord server.

⚙️ Installation

  1. Download the latest app release from GitHub.
  2. Follow the installer.

(back to top)

🏃 Usage

To use this app without making themes, just download some from the Theme Store and enjoy. It should work right out of the box.

For more information, please refer to the Documentation

(back to top)

🎯 Roadmap

  • A complete rewrite in Rust.
  • Support for more coolers (including NZXT).
  • More app stability.
  • More services for theme creators.
  • Better performance metrics.
  • Linux support.

(back to top)

👋 Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

(back to top)

⚠️ License

Distributed under the AGPLv3 License. See LICENSE for more information.

(back to top)

🤝 Contact

Bruno St. John - me@brunostjohn.com

Project Link: https://github.com/brunostjohn/zefirs-flashy-cooler

Website: https://zefirsflashycooler.app

Discord: https://discord.gg/KXmnwA6zWK

(back to top)

💎 Acknowledgments

  • Zefir for being the best cat on Planet Earth.
  • Klaudia for living with me as I am visibly frustrated at a computer.
  • The King Boardstar for being willing to test software that doesn't even work on his hardware.
  • Dordo for bootstrapping this project by helping with reverse engineering the Capellix LCD.
  • Heal-bot for yelling at me when I do stupid stuff.
  • Joe.

(back to top)


lib.rs:

Ultralight

ultralight is a WIP Rust wrapper for the Ultralight web rendering engine. Its goal is to provide a safe and idiomatic Rust interface while maintaining the performance of the underlying Ultralight C API. It is currently in a very early stage of development and is not yet ready for production use. It uses a lot of unsafe code and is not yet fully tested. It is also not yet feature complete. If you are interested in contributing, please see the GitHub repository. As it is part of a larger project, it is in the crates/ultralight directory. If there is enough interest, it will be moved to its own repository.

Dependencies

~11–50MB
~814K SLoC