An unofficial open source implementation of the Tempest math library circa 2010.
Find a file
2025-04-29 22:36:11 -04:00
.github/workflows chore(build): update actions/checkout to v3 2022-12-23 17:52:10 -06:00
lib chore(build): upgrade squall 2025-04-14 05:05:10 -04:00
script chore(format): add clang-format-all script 2020-11-23 22:29:07 -06:00
tempest feat(plane): add default constructor for C4Plane 2025-04-29 22:36:11 -04:00
test feat(rect): add CRect 2022-12-24 15:09:50 -06:00
vendor/catch-2.13.10 chore(test): update catch2 to 2.13.10 2022-12-23 17:43:56 -06:00
.clang-format chore(format): configure more clang-format rules 2020-11-23 22:29:31 -06:00
.clang-format-ignore chore(build): move catch into vendor 2020-11-23 22:22:47 -06:00
.editorconfig chore: initial commit 2020-11-22 23:27:05 -06:00
.gitignore chore: initial commit 2020-11-22 23:27:05 -06:00
.gitmodules chore(build): rehome dependencies 2023-08-04 22:14:52 -04:00
build.zig fix(build): link libraries properly 2024-07-03 15:05:37 -04:00
build.zig.zon chore(build): update squall dependency 2024-07-05 19:17:30 -04:00
CMakeLists.txt chore(build): upgrade minimum CMake version to 3.5 2025-03-31 19:06:53 -04:00
LICENSE chore: initial commit 2020-11-22 23:27:05 -06:00
README.md chore: initial commit 2020-11-22 23:27:05 -06:00

Typhoon

Typhoon is an unofficial open source implementation of the Tempest math library circa 2010.

The Tempest math library is a collection of 3D-math-centric classes and functions created by the talented folks at Blizzard Entertainment for use in their games.

This project attempts to provide a version of Tempest compatible with the version used in the final release build of World of Warcraft: Wrath of the Lich King in 2010: 3.3.5a (12340).

In the spirit of documenting what is presumed to have existed at the time, this project makes every attempt to maintain the canonical names, layouts, and side effects of the original implementation of Tempest. At the same time, it attempts to ensure portability and compatibility with modern 64-bit systems.

FAQ

Why?

It's fascinating to explore the development practices used to build a modern major video game.

Why 3.3.5a?

The game and its libraries have become significantly more complex in the intervening 10+ years. By picking 3.3.5a, it's possible to imagine this implementation will eventually be complete.

Will this let me cheat in the game?

No. Tempest is a math library, and none of its routines are particularly relevant to the anti-cheat measures found in the game.

Can I use this in my own development projects?

It's probably a bad idea. The original library remains closed source, and this project is in no way official.

This project is released into the public domain.

World of Warcraft: Wrath of the Lich King ©2008 Blizzard Entertainment, Inc. All rights reserved. Wrath of the Lich King is a trademark, and World of Warcraft, Warcraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.