Skip to content

Conversation

@solamint
Copy link

@solamint solamint commented Jun 8, 2025

No description provided.

raysan5 and others added 30 commits November 18, 2025 16:30
* [examples] Added: `shapes_rlgl_triangle` example

* correct name

* formatting

* Revert "formatting"

This reverts commit f1d246a.

* Revert "correct name"

This reverts commit 974985e.

* Revert "[examples] Added: `shapes_rlgl_triangle` example"

This reverts commit d053b9a.

* [examples] Added: `shapes_rlgl_color_wheel` example

* clarify color variable

* formatting

* formatting

* formatting

* formatting

* reduce redundancy

* moved color updating code to update
This redesign stores lines in Update and draws stored lines in Draw, instead of previous approach of drawing directly to framebuffer with no cleaning. This approach allows some interesting features like line draw replay or reversing.
raysan5 and others added 30 commits December 31, 2025 22:29
…category, instead of adding it at the end of the file
GNU Make 3.81 that ships with MacOSX does not understand '!= ...' assignment
so we use ':= $(shell ...)' instead which have the same behavior here.

Additionally, I have changed the use of 'type' to 'command -v'
because assigning the result of 'type' to variable named 'EMMAKE'
does not make much sense. I also reused this variable.

For more detailed information read the linked issue.

Fixes: #5460
* fix touch position automation event handling

* Fix alignment of previousPosition comment in rcore.c
…id use cases for animation only files that can be applied to N other meshes. (#5475)
Limit collision detection to the player surrounding cells instead of
iterating the full cubicmap each frame.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.