Skip to content

Commit

Permalink
Merge pull request #35 from shm11C3/develop
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
shm11C3 authored Dec 15, 2024
2 parents 679baf4 + 56ccd22 commit 228b963
Show file tree
Hide file tree
Showing 56 changed files with 5,340 additions and 2,224 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: hardware-visualizer-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: release-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
Expand Down
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@
"editor.formatOnSave": true,
"editor.inlayHints.enabled": "off"
},
"cSpell.words": ["consts", "directx", "fullscreen", "nvapi", "tauri"],
"cSpell.words": [
"consts",
"directx",
"fullscreen",
"nvapi",
"rspc",
"specta",
"tauri"
],
"tailwindCSS.experimental.classRegex": [
"tv\\(([^)(]*(?:\\([^)(]*(?:\\([^)(]*(?:\\([^)(]*\\)[^)(]*)*\\)[^)(]*)*\\)[^)(]*)*)\\)"
]
Expand Down
37 changes: 23 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,36 @@
![image](https://github.com/user-attachments/assets/c474a132-5768-4046-9703-766e74ee3e66)

## Supported OS
| OS | Status |
| ----------------------------- | ------ |
| Windows ||
| MacOS ||
| linux ||

| OS | Status |
| ------- | ---------------------------------------------------------------------------- |
| Windows |[Download](https://github.com/shm11C3/HardwareVisualizer/releases/latest) |
| MacOS ||
| linux ||

## Features

| Feature | Status |
| ----------------------------- | ------ |
| CPU Usage Monitoring ||
| RAM Usage Monitoring ||
| GPU Usage Monitoring (Nvidia) ||
| GPU Usage Monitoring (AMD) ||
| GPU Usage Monitoring (Intel) ||
| GPU Usage Monitoring ||
| Temperature Monitoring ||
| Fan Monitoring ||
| Storage Monitoring ||
| Network Monitoring ||
| Customizable Chart Themes ||
| Customizable Dashboard ||
| Custom Background Image ||
| Custom Background Image ||

### Dashboard

![image](https://github.com/user-attachments/assets/9a2bf54f-d6e5-4c20-b0e4-f249fd5b8433)
![image](https://github.com/user-attachments/assets/e56a701d-a2e0-417a-9bf1-edca8be014a5)

### Usage Graph

![image](https://github.com/user-attachments/assets/ef3e1630-e567-47a1-a437-f9a3981dd587)


### Custom Graph

![image](https://github.com/user-attachments/assets/814eff68-9190-4c39-a67d-a7458778ec95)
Expand All @@ -49,15 +48,25 @@

![image](https://github.com/user-attachments/assets/6ab09e8a-ebef-449a-b73f-07ae44626e20)


## Development

[![Linted with Biome](https://img.shields.io/badge/Linted_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)

### Requirements

- [Node.js 20+](https://nodejs.org/)
- [Rust](https://www.rust-lang.org/)
[Node.js v22](https://nodejs.org/)

```bash
$ node -v
v22.12.0
```

[Rust 1.82](https://www.rust-lang.org/)

```bash
$ rustc -V
rustc 1.82.0 (f6e511eec 2024-10-15)
```

### Setup

Expand Down
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"files": {
"ignore": ["src/rspc/**"]
}
}
Loading

0 comments on commit 228b963

Please sign in to comment.