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

Rename enum values and color names to match C# naming convention #211

Closed
wants to merge 0 commits into from
Closed

Conversation

danilwhale
Copy link
Contributor

This could be BREAKING change for existing projects.
Examples are synced to this change
Examples:
Color.RAYWHITE -> Color.RayWhite
KeyboardKey.KEY_F3 -> KeyboardKey.F3
MouseButton.MOUSE_BUTTON_LEFT -> MouseButton.Left

@MrScautHD
Copy link
Contributor

i like it!

@chrisdill
Copy link
Owner

@danilwhale I think this is a good idea. Initially I matched the raylib style but over time found the api nicer when moving it closer to the C# style. It is a breaking change so the next release will be 6.0.0.

Fix the conflicts so it works with the update to raylib 5.0 and I will accept the PR.

@danilwhale
Copy link
Contributor Author

okay, no problem

@danilwhale danilwhale closed this Jan 14, 2024
@danilwhale
Copy link
Contributor Author

looks like i cant use github lmao
i will open another pull request because im stupid

@danilwhale
Copy link
Contributor Author

#224

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.

3 participants