From 1546d8a90f9336464e591a6ffcbd08021956bd53 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 1 Sep 2025 16:56:43 +0300 Subject: [PATCH 1/4] Replaces banner with logo Replaces the project banner in the README with a dedicated logo. This change simplifies the banner implementation and improves maintainability by using a local image file instead of referencing an external URL. --- .github/images/logos/omath_logo_macro.png | 3 +++ .github/images/logos/omath_logo_mega.png | 3 +++ .github/images/logos/omath_logo_micro.png | 3 +++ .github/images/logos/omath_logo_nano.png | 3 +++ README.md | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/images/logos/omath_logo_macro.png create mode 100644 .github/images/logos/omath_logo_mega.png create mode 100644 .github/images/logos/omath_logo_micro.png create mode 100644 .github/images/logos/omath_logo_nano.png diff --git a/.github/images/logos/omath_logo_macro.png b/.github/images/logos/omath_logo_macro.png new file mode 100644 index 0000000..1d331ea --- /dev/null +++ b/.github/images/logos/omath_logo_macro.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1017ec680240b0dff31a56261999f300968404c1b59812bc2f0bab25e2f2a980 +size 120234 diff --git a/.github/images/logos/omath_logo_mega.png b/.github/images/logos/omath_logo_mega.png new file mode 100644 index 0000000..8a17dc8 --- /dev/null +++ b/.github/images/logos/omath_logo_mega.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d07036729d1bd61574b9a4fd3dce95e08f8bc1e0ab01936cbab902902ce99a5 +size 464872 diff --git a/.github/images/logos/omath_logo_micro.png b/.github/images/logos/omath_logo_micro.png new file mode 100644 index 0000000..603c4a1 --- /dev/null +++ b/.github/images/logos/omath_logo_micro.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b627b567abefcdf520ff31419e786c4df3bd693b7371aaccbdaa7c9cc72818bd +size 36369 diff --git a/.github/images/logos/omath_logo_nano.png b/.github/images/logos/omath_logo_nano.png new file mode 100644 index 0000000..bbd973d --- /dev/null +++ b/.github/images/logos/omath_logo_nano.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49921edff41e77fad902dde18e99a13dbf8a5be6788ac1b403b5ad3b64f06d90 +size 12798 diff --git a/README.md b/README.md index d47e66d..c7395bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-![banner](https://github.com/orange-cpp/omath/blob/main/.github/images/banner.png?raw=true) +![banner](.github/images/logos/omath_logo_macro.png) ![GitHub License](https://img.shields.io/github/license/orange-cpp/omath) ![GitHub contributors](https://img.shields.io/github/contributors/orange-cpp/omath) From d061f67d1399ffd5ddd8e07c67016058670e9891 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 1 Sep 2025 17:02:23 +0300 Subject: [PATCH 2/4] Updates README with local image links Updates the README to use local image links instead of Imgur links for the showcase section. This improves the project's resilience against external link rot and ensures the images remain accessible even if Imgur experiences issues. --- .github/images/showcase/apex.png | 3 +++ .github/images/showcase/cod_bo2.png | 3 +++ .github/images/showcase/cs2.jpeg | 3 +++ README.md | 6 +++--- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .github/images/showcase/apex.png create mode 100644 .github/images/showcase/cod_bo2.png create mode 100644 .github/images/showcase/cs2.jpeg diff --git a/.github/images/showcase/apex.png b/.github/images/showcase/apex.png new file mode 100644 index 0000000..5a857ef --- /dev/null +++ b/.github/images/showcase/apex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b7931775757a0b1a3382966bb5c1c79a0d8cfb0a2a4fa76f42538bcd5e5230 +size 1644413 diff --git a/.github/images/showcase/cod_bo2.png b/.github/images/showcase/cod_bo2.png new file mode 100644 index 0000000..552c10f --- /dev/null +++ b/.github/images/showcase/cod_bo2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e0423600927329cefb908919f8518a10d45ad6137717215cf771ed340152e2 +size 1750414 diff --git a/.github/images/showcase/cs2.jpeg b/.github/images/showcase/cs2.jpeg new file mode 100644 index 0000000..421127b --- /dev/null +++ b/.github/images/showcase/cs2.jpeg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4968317390fd7eaf670171cd590a3358eea3ab642188b339557a23c5e2b55d +size 659411 diff --git a/README.md b/README.md index c7395bf..73a6790 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,11 @@ for (auto ent: apex_sdk::EntityList::GetAllEntities()) With `omath/projection` module you can achieve simple ESP hack for powered by Source/Unreal/Unity engine games, like [Apex Legends](https://store.steampowered.com/app/1172470/Apex_Legends/). -![banner](https://i.imgur.com/lcJrfcZ.png) +![banner](.github/images/showcase/apex.png) Or for InfinityWard Engine based games. Like Call of Duty Black Ops 2! -![banner](https://i.imgur.com/F8dmdoo.png) +![banner](.github/images/showcase/cod_bo2.png) Or create simple trigger bot with embeded traceline from omath::collision::LineTrace -![banner](https://i.imgur.com/fxMjRKo.jpeg) +![banner](.github/images/showcase/cs2.jpeg) Or even advanced projectile aimbot [Watch Video](https://youtu.be/lM_NJ1yCunw?si=5E87OrQMeypxSJ3E) From 6a6c2655017073a0ed6e056f5769d70efb9ec1d4 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 1 Sep 2025 17:03:31 +0300 Subject: [PATCH 3/4] Adds an omath.psd file. Adds a binary file named omath.psd. --- .github/psd/omath.psd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/psd/omath.psd diff --git a/.github/psd/omath.psd b/.github/psd/omath.psd new file mode 100644 index 0000000..915d09d --- /dev/null +++ b/.github/psd/omath.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1226bb7cd3d149155e74647892f7f8e977056b07f84a5f584dfdc809bd5521 +size 4374921 From 4238c94fc030dfbf5e5da8a155199c6c93bf7d78 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 1 Sep 2025 17:04:29 +0300 Subject: [PATCH 4/4] Acknowledges logo design contribution Updates the credits to acknowledge the new initial logo design. --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index ff9b60a..70b42bb 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -2,7 +2,7 @@ Thanks to everyone who made this possible, including: -- Saikari aka luadebug for VCPKG port. +- Saikari aka luadebug for VCPKG port and awesome new initial logo design. And a big hand to everyone else who has contributed over the past!