From 73ccd24e3edcbdf7ce4e13272f8568c834394dcb Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 2 Apr 2025 07:36:45 +0300 Subject: [PATCH] improved intro --- writerside/topics/starter-topic.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/writerside/topics/starter-topic.md b/writerside/topics/starter-topic.md index a27f517..623be01 100644 --- a/writerside/topics/starter-topic.md +++ b/writerside/topics/starter-topic.md @@ -2,10 +2,31 @@ Oranges's Math Library (omath) is a comprehensive, open-source library aimed at providing efficient, reliable, and versatile mathematical functions and algorithms. Developed primarily in C++, this library is designed to cater to a wide range of mathematical operations essential in scientific computing, engineering, and academic research. +## 👁‍🗨 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| +|--------|-------| +|Source |✅YES | +|Unity |✅YES | +|IWEngine|✅YES | +|Unreal |❌NO | + + +## 💘 Acknowledgments +We value each person that made pull request to this project! And YOU can become one of them! +- [All contributors](https://github.com/orange-cpp/omath/graphs/contributors) GitHub repository YouGame thread -ц \ No newline at end of file +