Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added window dimensions and title to Clay_Raylib_Initialize function #56

Merged

Conversation

OleksiiBulba
Copy link
Contributor

@OleksiiBulba OleksiiBulba commented Dec 19, 2024

Added int width, int height, and const char *title to Clay_Raylib_Initialize to allow setting dimensions and title for the window.
It is a breaking change for existing code, but as now there is no possibility to specify dimensions, this renderer might be not used in production code, at least people modify it to their needs, so this change will allow to use the renderer as it is.

@nicbarker
Copy link
Owner

Thanks for this one, it's a good idea 👍

@nicbarker nicbarker merged commit 35d72e5 into nicbarker:main Dec 19, 2024
3 checks passed
@OleksiiBulba OleksiiBulba deleted the raylib-renderer-add-dimentions-and-title branch December 19, 2024 08:35
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.

2 participants