diff --git a/content/posts/d2-runewords.md b/content/posts/d2-runewords.md index 854cbd2..e831834 100644 --- a/content/posts/d2-runewords.md +++ b/content/posts/d2-runewords.md @@ -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 diff --git a/public/posts/d2-runewords/index.html b/public/posts/d2-runewords/index.html index f470611..15d492b 100644 --- a/public/posts/d2-runewords/index.html +++ b/public/posts/d2-runewords/index.html @@ -75,7 +75,7 @@

C++ runeword calculator GUI for Diablo 2 Resurrected

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. 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. 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

Windows 11

targets