Thunderbrew: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
}} | }} | ||
Thunderbrew | Thunderbrew is a non-commercial and open-source game preservation project for World of Warcraft: Wrath of the Lich King. | ||
It aims to provide a more easily accessible and feature-rich version of Whoa, while retaining its original mission of high code quality and adherence to original behavior. | Thunderbrew was started as a fork of [[Whoa]]. Like Whoa, it aims to provide a <strong>faithful, fully-functional, free and open source</strong> version of the [[WoW:3.3.5a|3.3.5a client]]. | ||
It aims to provide a more easily accessible and feature-rich version of Whoa, while retaining its original mission of high code quality and adherence to original behavior. In addition, Thunderbrew provides various useful tools to aid in the process of constructing Whoa. | |||
== Libraries == | == Libraries == | ||
Latest revision as of 09:04, 12 July 2026
Thunderbrew is a non-commercial and open-source game preservation project for World of Warcraft: Wrath of the Lich King.
Thunderbrew was started as a fork of Whoa. Like Whoa, it aims to provide a faithful, fully-functional, free and open source version of the 3.3.5a client.
It aims to provide a more easily accessible and feature-rich version of Whoa, while retaining its original mission of high code quality and adherence to original behavior. In addition, Thunderbrew provides various useful tools to aid in the process of constructing Whoa.
Libraries
Following Whoa, Thunderbrew depends on a few libraries, created with the same practices as the main application:
| Library | Analogous to | Description | Depends on |
|---|---|---|---|
| system | None | OS detection and compatibility shims for Whoa projects. | None |
| bc | BlizzardCore | Various low-level system utilities, such as memory allocation, threads, file IO, mutexes. | system |
| squall | Storm | Low level utilities similar to bc. Template classes that are used extensively. | system, bc |
| typhoon | Tempest | 3D arithmetic classes and routines | system, squall |
| common | Engine/Base | Common utility classes and routines | system, squall, typhoon |
Getting Started
Thunderbrew requires a full set of 3.3.5a.12340 archives to run.