-
Notifications
You must be signed in to change notification settings - Fork 53
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
game of life using win32 #49
Conversation
Since it's a demo it could be nice to showcase how to share code between the raylib and win32 version, there is some of overlap atm. Not sure how to structure this in a nice way any suggestions? |
Co-authored-by: Laytan <[email protected]>
# Conflicts: # .github/workflows/check.yml
I think its better to have them separate for the clarity of the examples themselves. |
Put in another style comment, looks good other than that. This is a great example! I'm currently playing around with bitmaps in winapi myself, so this is of great help. Thanks! |
From.Scratch.2024-09-10.23-44-00.mp4I have already gotten good use of this PR. It helped me get software rendering using win32 up! |
.github/workflows/check.yml
?