Orange 8142d800c7 Styles navbar for wider display and consistent spacing
Widens the navbar container to accommodate more content.
Adjusts padding of navbar items for tighter spacing.
Prevents line wrapping and enables horizontal scrolling on smaller screens.
2025-11-01 12:14:36 +03:00
2025-10-28 01:09:47 +03:00
2025-10-27 11:25:31 +03:00
2025-07-07 04:53:56 +03:00
2025-06-16 01:40:14 +03:00
2025-10-30 05:38:58 +03:00
2025-10-30 05:38:58 +03:00
2025-10-27 11:25:31 +03:00
2025-10-30 05:38:58 +03:00
2024-11-27 15:35:30 +03:00
2025-10-28 01:09:47 +03:00
2025-10-28 01:09:47 +03:00
2024-11-30 14:28:15 +03:00
2025-09-04 20:35:04 +03:00
2025-10-27 10:58:26 +03:00
2025-10-27 11:05:55 +03:00

banner

Static Badge GitHub contributors GitHub top language CodeFactor GitHub Actions Workflow Status Vcpkg package GitHub forks discord badge telegram badge

OMath is a 100% independent, constexpr template blazingly fast math library that doesn't have legacy C++ code.

It provides the latest features, is highly customizable, has all for cheat development, DirectX/OpenGL/Vulkan support, premade support for different game engines, much more constexpr stuff than in other libraries and more...



Install

Examples

Documentation

Contribute

Donate



Features

  • Efficiency: Optimized for performance, ensuring quick computations using AVX2.
  • Versatility: Includes a wide array of mathematical functions and algorithms.
  • Ease of Use: Simplified interface for convenient integration into various projects.
  • Projectile Prediction: Projectile prediction engine with O(N) algo complexity, that can power you projectile aim-bot.
  • 3D Projection: No need to find view-projection matrix anymore you can make your own projection pipeline.
  • Collision Detection: Production ready code to handle collision detection by using simple interfaces.
  • No Additional Dependencies: No additional dependencies need to use OMath except unit test execution
  • Ready for meta-programming: Omath use templates for common types like Vectors, Matrixes etc, to handle all types!
  • Engine support: Supports coordinate systems of Source, Unity, Unreal, Frostbite, IWEngine and canonical OpenGL.
  • Cross platform: Supports Windows, MacOS and Linux.
  • Algorithms: Has ability to scan for byte pattern with wildcards in PE files/modules, binary slices, works even with Wine apps.

Gallery


Youtube Video


APEX Preview


BO2 Preview


CS2 Preview


TF2 Preview



💘 Acknowledgments

Languages
C++ 94%
CMake 4.1%
Shell 1.4%
Lua 0.5%