Anton Mikhaylov twix
  • Joined on 2025-06-26
twix synced commits to master at twix/raylib from mirror 2025-11-11 14:23:51 -05:00
7f82da0031 Update rlsw.h
fcaea5b1a1 Remove trailing spaces
4e8b087ffe REVIEWED: ComputeSHA256()
Compare 3 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-10 13:53:51 -05:00
78faf6a120 Update README.md
twix synced commits to master at twix/raylib from mirror 2025-11-09 21:33:50 -05:00
d8601121da [examples] Added: textures_sprite_stacking example (#5345)
twix synced commits to master at twix/raygui from mirror 2025-11-09 13:23:52 -05:00
860e46d3f8 Reviewed text cursor
twix synced commits to master at twix/raylib from mirror 2025-11-09 13:23:51 -05:00
ee2999b3e0 Update rexm.c
f76e371436 REDESIGNED: core_clipboard_text, based on #5248
0b4815b8fe WARNING: REMOVED: GIT recording option, added example
Compare 3 commits »
twix pushed to main at twix/CLARA 2025-11-08 20:13:00 -05:00
12c87b5b8f Rearranged solution, added CLARA.Shared project.
twix pushed to main at twix/CLARA 2025-11-08 19:04:14 -05:00
d331346e2b Initial commit (stub)
twix created repository twix/CLARA 2025-11-08 18:54:30 -05:00
twix synced commits to master at twix/raylib from mirror 2025-11-08 12:53:50 -05:00
d7a7eda959 [examples] core_directory_files fixes (#5343)
2a324ace27 Update parse_api.yml
8b3ea995f9 Update parse_api.yml
d8da443604 Fixed core_text_file_loading example in raylib examples, to account for blank lines in text file and text wrapping properly for the case when the last word goes out the display (#5339)
4ff296bf0b fix clipping issue (#5342)
Compare 5 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-07 04:23:14 -05:00
ad17af57e9 [ignore][parser] properly ignore built rlparser executable (#5337)
twix synced commits to master at twix/raylib from mirror 2025-11-05 19:43:14 -05:00
af57c8854f REXM: ADDED: core_compute_hash
eacbc8bd61 Update examples_report.md
a66b6c998a Update README.md
4883813bbb Update raygui.h
c24f5ac412 REXM: Reviewed rebuild to support full categories -WIP-
Compare 8 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-04 19:13:13 -05:00
12ce106661 [rcore][glfw] fix IsWindowFocused() inverted logic (#5333)
48c1619d20 added consistent behavior for texture in opengl11 draw states and fixed loadobj texcoord behavior for opengl11 context (#5328)
e92832fc6d Update rcore_desktop_sdl.c (#5332)
Compare 3 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-03 10:33:14 -05:00
cfb43fa999 Update rcore_desktop_sdl.c
ed68a4fcce Fixed bugs in SDL backend (#5325)
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-02 18:13:14 -05:00
91addeb889 Update rexm.c
ee3be5799a Update raymath.h
87d49262f8 REVIEWED: raymath: MatrixCompose()
81004135a4 adding Matrix MatrixCompose( translate, rotation, scale ) to raymath.h (#5324)
cc83b2bd8e fix: cursor lock/unlock inconsistent behaviour on glfw, rgfw, sl (#5323)
Compare 8 commits »
twix synced commits to master at twix/raylib from mirror 2025-11-01 18:43:13 -04:00
0246621210 REVIEWED: SIMD intrinsics checks and usage
twix synced commits to master at twix/raylib from mirror 2025-10-31 18:13:14 -04:00
dfc94f64d1 Revert "UpdateModelAnimation does matrixtranspose(matrixinvert) only once per…" (#5322)
twix synced commits to master at twix/raylib from mirror 2025-10-30 17:53:13 -04:00
bca54047f9 [rlsw] Review depth formats and fix depth writing (#5317)
b2d455400c Adding SwiftForth language binding (#5319)
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-10-30 01:33:13 -04:00
127cc1c79e REVIEWED: Makefile to support software renderer
twix synced commits to master at twix/raylib from mirror 2025-10-29 09:13:13 -04:00
3389c80f49 Update rlsw.h
f16d5ce1dd REVIEWED: Make sure SSE is being used when compiling with MSVC
Compare 2 commits »
twix synced commits to master at twix/raylib from mirror 2025-10-29 01:03:14 -04:00
cbff0fa22c [rlsw] Fix axis aligned quad detection (#5314)