diff --git a/.github/images/yt_previews/img.png b/.github/images/yt_previews/img.png
new file mode 100644
index 0000000..deed071
Binary files /dev/null and b/.github/images/yt_previews/img.png differ
diff --git a/README.md b/README.md
index f0a2639..87f6bd1 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,17 @@
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
][INSTALL]**
+**[
Examples
][EXAMPLES]**
+**[
Contribute
][CONTRIBUTING]**
+---
+
+
@@ -39,6 +50,27 @@ It provides the latest features, is highly customizable, has all for cheat devel
- **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!
+# Gallery
+
+
+
+![APEX Preview]
+
+
+
+![BO2 Preview]
+
+
+
+![CS2 Preview]
+
+[](https://youtu.be/lM_NJ1yCunw?si=-Qf5yzDcWbaxAXGQ)
+
+
+
+
+
+
## Supported Render Pipelines
| ENGINE | SUPPORT |
|----------|---------|
@@ -56,9 +88,6 @@ It provides the latest features, is highly customizable, has all for cheat devel
| Linux | β
YES |
| Darwin (MacOS) | β
YES |
-## β¬ Installation
-Please read our [installation guide](https://github.com/orange-cpp/omath/blob/main/INSTALL.md). If this link doesn't work check out INSTALL.md file.
-
## β Usage
ESP example
```c++
@@ -80,24 +109,16 @@ for (auto ent: apex_sdk::EntityList::GetAllEntities())
// esp rendering...
}
```
-## Showcase
-
-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/).
-
-
-Or for InfinityWard Engine based games. Like Call of Duty Black Ops 2!
-
-Or create simple trigger bot with embeded traceline from omath::collision::LineTrace
-
-Or even advanced projectile aimbot
-[Watch Video](https://youtu.be/lM_NJ1yCunw?si=5E87OrQMeypxSJ3E)
-
-
-## π«΅π» Contributing
-Contributions to `omath` are welcome! Please read `CONTRIBUTING.md` for details on our code of conduct and the process for submitting pull requests.
-
-## π License
-This project is licensed under the ZLIB - see the `LICENSE` file for details.
## π Acknowledgments
- [All contributors](https://github.com/orange-cpp/omath/graphs/contributors)
+
+
+[APEX Preview]: .github/images/showcase/apex.png
+[BO2 Preview]: .github/images/showcase/cod_bo2.png
+[CS2 Preview]: .github/images/showcase/cs2.jpeg
+
+
+[INSTALL]: INSTALL.md
+[CONTRIBUTING]: CONTRIBUTING.md
+[EXAMPLES]: examples