updated read me

This commit is contained in:
Orange
2025-04-05 13:28:28 +03:00
parent 55085604fd
commit 8e861b8a85

View File

@@ -21,13 +21,22 @@ Oranges's Math Library (omath) is a comprehensive, open-source library aimed at
- **No Additional Dependencies**: No additional dependencies need to use OMath except unit test execution - **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! - **Ready for meta-programming**: Omath use templates for common types like Vectors, Matrixes etc, to handle all types!
## Supported Render Pipelines
| ENGINE | SUPPORT | | ENGINE | SUPPORT |
|--------|-------| |----------|---------|
| Source | ✅YES | | Source | ✅YES |
| Unity | ✅YES | | Unity | ✅YES |
| IWEngine | ✅YES | | IWEngine | ✅YES |
| Unreal | ❌NO | | Unreal | ❌NO |
## Supported Operating Systems
| OS | SUPPORT |
|----------------|---------|
| Windows 10/11 | ✅YES |
| Linux | ✅YES |
| Darwin (MacOS) | ✅YES |
## ⏬ Getting Started ## ⏬ Getting Started
### Prerequisites ### Prerequisites
- C++ Compiler - C++ Compiler