va_alpatov
b9da58e138
added enity overlay aspect
2026-06-08 03:43:15 +03:00
va_alpatov
d1eaee6e6e
improved outline arguments
2026-06-07 19:08:01 +03:00
orange
56ed7e2f6e
added outlined option for box
2026-05-23 11:56:52 +03:00
orange
d90164cab8
added opengl hook
2026-05-06 20:05:45 +03:00
orange
57c834ded4
code style fixes
2026-05-04 19:42:39 +03:00
orange
0215b7e0b7
using static for windows
2026-05-04 04:02:19 +03:00
orange
77b0ed3c81
fixed code style
2026-05-04 00:47:20 +03:00
orange
51bf4461ff
fixed dx12 overlay
2026-05-04 00:45:48 +03:00
orange
232b48c3dd
fixed dx12 hook
2026-05-04 00:10:53 +03:00
orange
0845a2e863
clarified interfaces
2026-04-18 12:54:37 +03:00
orange
8f65183882
fixed tests
2026-04-08 15:34:10 +03:00
orange
b8e61f49fa
add projectile
2026-03-17 19:36:35 +03:00
orange
b6b0d4db13
added aim dot
2026-03-16 03:24:53 +03:00
orange
2e8a74aaaf
imroved spacer
2026-03-16 03:06:14 +03:00
orange
d8632dc74c
added progress ring
2026-03-16 03:03:23 +03:00
orange
6487554844
corrected code style
2026-03-16 01:54:45 +03:00
orange
e0a7179812
fix
2026-03-15 19:43:55 +03:00
orange
a99dd24d6b
improvement
2026-03-15 19:39:02 +03:00
orange
d62dec9a8f
changed api
2026-03-15 19:10:15 +03:00
orange
8e6ed19abf
added dashed bar
2026-03-15 18:39:40 +03:00
orange
56256c40fb
cleaned code
2026-03-15 13:47:41 +03:00
orange
46c94ae541
decomposed Run
2026-03-15 13:44:25 +03:00
orange
a45f095b9c
added skeleton
2026-03-15 04:59:47 +03:00
orange
adad66599a
adde dash box
2026-03-15 04:49:01 +03:00
orange
69bdfc3307
improved example
2026-03-15 04:43:19 +03:00
orange
6fb420642b
updated props
2026-03-13 21:58:14 +03:00
orange
f188257e0f
added stuff
2026-03-13 21:28:16 +03:00
orange
260b3b97f9
fix
2026-02-20 08:53:03 +03:00
orange
862d52593a
retructurized examples
2026-02-20 07:48:19 +03:00
orange
97a3111791
fixed code style
2026-02-20 04:02:26 +03:00
Saikari
66debb46fa
Refactor to use Color class and Triangle structure for better clarity in drawing functions
2026-02-20 03:01:34 +03:00
Saikari
b8323d3bc0
simplify complexity
2026-02-20 02:56:27 +03:00
Saikari
f363fa6f1a
Fix text
2026-02-20 02:53:20 +03:00
Saikari
0546272493
Use dot not quad
2026-02-20 02:50:55 +03:00
Saikari
58801bfab3
Add one more example
2026-02-20 02:43:27 +03:00
orange
af36c909a4
improved simple game
2026-02-18 07:38:04 +03:00
orange
6d0109edbc
fix
2026-02-08 20:57:10 +03:00
Saikari
e48532bcb9
fix pixi run examples for linux
2026-01-30 05:04:50 +03:00
Saikari
32b3113556
Add initial project configuration and build scripts for omath library
...
- Created pixi.toml for project metadata and dependencies management.
- Added formatting script (fmt.cmake) to ensure consistent CMake file formatting.
- Implemented benchmark execution script (run.benchmark.cmake) to run benchmark tests.
- Developed example execution script (run.examples.cmake) to run example applications.
- Created unit test execution script (run.unit.tests.cmake) to run unit tests.
removed lock file
2026-01-30 02:36:34 +03:00
orange
03f069062a
fixed tests
2025-12-30 08:40:42 +03:00
Saikari
241492c007
Use LLVM coverage and LCOV genhtml on Windows OS ( #131 )
2025-12-29 21:11:13 +03:00
orange
3952696199
Feature/more constexpr ( #125 )
...
* added constexpr
* fix
* improved stuff
* added const
* improvement
* fix
* fix
* patch
2025-12-24 02:32:14 +03:00
orange
3471b44f9b
fixed uv type
2025-12-01 05:03:43 +03:00
orange
9a22cda382
added mesh culling
2025-11-30 06:19:38 +03:00
orange
bc902a37f1
Auto stash before merge of "main" and "origin/main"
2025-11-30 01:32:25 +03:00
orange
c22644d09f
cleaned up code
2025-11-29 22:00:07 +03:00
orange
50c4822275
fixed rotation
2025-11-29 21:34:40 +03:00
orange
89d2e5417f
added rotation by pitch
2025-11-29 21:31:20 +03:00
orange
8ff358df82
fixed somebugs, improved tests
2025-11-29 21:24:45 +03:00
orange
47b16a4fea
Adds PE signature scanner example
...
Implements a basic example demonstrating how to scan for a given pattern within a PE file.
The example takes a file path, section, and signature as input and utilizes the `omath::PePatternScanner` to locate the signature within the specified section of the PE file.
2025-11-08 14:34:14 +03:00