Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourboyrory/fireplace
Is your room cold? How about you use your PC as a space heater!
https://github.com/yourboyrory/fireplace
funny hashing joke-program opencl prime-numbers space-heating
Last synced: about 1 month ago
JSON representation
Is your room cold? How about you use your PC as a space heater!
- Host: GitHub
- URL: https://github.com/yourboyrory/fireplace
- Owner: YourBoyRory
- Created: 2024-05-01T02:31:57.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:13:57.000Z (3 months ago)
- Last Synced: 2024-11-05T05:19:07.866Z (3 months ago)
- Topics: funny, hashing, joke-program, opencl, prime-numbers, space-heating
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This program runs **Prime Number Generation** on the CPU and **OpenCL Workloads** on the GPU to generate as much heat as possible.
I made this because I was cold, but I guess you could use this for thermal testing.## Usage
- **Launch**: Run the program.
- **Profit?**: PC gets warm!
- **Hot Enought?**: Press Esc or Close the program## Command Line Arguments
--fullscreen - Launch the fireplace movie in fullscreen, but you can press F11 to fullscreen as well.
## Build From git
****Make sure you have ``python`` and ``pip`` installed***
**Pull git repo**
git clone https://github.com/YourBoyRory/fireplace.git
**Run build script for your platform in**
./scripts/build-linux.sh
.\scripts\build-windows.cmd**Retrieve binary from ``/dist/``**
- Windows is built to ``/dist/Fireplace.exe``
- Linux is built to ``/dist/fireplace/``
- ``/dist/fireplace/_internal`` is required on Linux
- Linux can be installed and uninstalled using the respective scripts located in ``/scripts/``