Skip to content

Commit

Permalink
new post added
Browse files Browse the repository at this point in the history
  • Loading branch information
downIoads committed Oct 28, 2023
1 parent a9898fc commit f05d0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/posts/d2-runewords.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags: [c++, wxwidgets, gaming, programming, windows]

## Introduction

Diablo 2 Resurrected is one of my favorite games of all time, but there are a lot of things you need to remember. There are various online tools (the idea of a runeword calculator is not new), but many of them have a terrible User Interface, are outdated, or are located on slow websites that autoplay Twitch streams when you open them. So I decided to learn how to use wxWidgets by making an assistant GUI tool for my favorite game! I have open-sourced this tool, and you can download it from this [Github repo](https://github.com/downIoads/cpp_diablo2r_runewordCalculator/tree/main). The repo contains both source code and Windows binaries. The tool has been tested on Windows 11, Ubuntu 22.04.3 LTS and macOS Ventura.
Diablo 2 Resurrected is one of my favorite games of all time, but there are a lot of things you need to remember. There are various online tools (the idea of a runeword calculator is not new), but many of them have a terrible User Interface, are outdated, or are located on slow websites that autoplay Twitch streams when you open them. So I decided to learn how to use wxWidgets by making an assistant GUI tool for my favorite game! I have open-sourced this tool, and you can download it from this [Github repo](https://github.com/downIoads/cpp_diablo2r_runewordCalculator/tree/main). The repo contains the source code and you can build it yourself. The tool has been tested on Windows 11, Ubuntu 22.04.3 LTS and macOS Ventura and Sonoma. It also is available for 4.99€ on the macOS App Store (best option if you are lazy).

## Screenshot

Expand Down
2 changes: 1 addition & 1 deletion public/posts/d2-runewords/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="title">C&#43;&#43; runeword calculator GUI for Diablo 2 Resurrected</

<section class="body">
<h2 id="introduction">Introduction</h2>
<p>Diablo 2 Resurrected is one of my favorite games of all time, but there are a lot of things you need to remember. There are various online tools (the idea of a runeword calculator is not new), but many of them have a terrible User Interface, are outdated, or are located on slow websites that autoplay Twitch streams when you open them. So I decided to learn how to use wxWidgets by making an assistant GUI tool for my favorite game! I have open-sourced this tool, and you can download it from this <a href="https://github.com/downIoads/cpp_diablo2r_runewordCalculator/tree/main">Github repo</a>. The repo contains both source code and Windows binaries. The tool has been tested on Windows 11, Ubuntu 22.04.3 LTS and macOS Ventura.</p>
<p>Diablo 2 Resurrected is one of my favorite games of all time, but there are a lot of things you need to remember. There are various online tools (the idea of a runeword calculator is not new), but many of them have a terrible User Interface, are outdated, or are located on slow websites that autoplay Twitch streams when you open them. So I decided to learn how to use wxWidgets by making an assistant GUI tool for my favorite game! I have open-sourced this tool, and you can download it from this <a href="https://github.com/downIoads/cpp_diablo2r_runewordCalculator/tree/main">Github repo</a>. The repo contains the source code and you can build it yourself. The tool has been tested on Windows 11, Ubuntu 22.04.3 LTS and macOS Ventura and Sonoma. It also is available for 4.99€ on the macOS App Store (best option if you are lazy).</p>
<h2 id="screenshot">Screenshot</h2>
<h3 id="windows-11">Windows 11</h3>
<p><img src="/images/d2r.png" alt="targets" title="Windows 11"></p>
Expand Down

0 comments on commit f05d0b0

Please sign in to comment.