-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[examples] Added core_directory_files
#5230
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
[examples] Added core_directory_files
#5230
Conversation
d20d1b9
to
0249edf
Compare
Now following raylib conventions & rebased on master |
@hugoarnal example looks good but a bit simple, maybe it would be nice to move fordward-backward between directories |
sure, will work on it whenever I have time. Maybe doing something with raygui could be interesting... |
3d7153f
to
0f14aa5
Compare
0f14aa5
to
6c651f4
Compare
@raysan5 You can now progress forward and backward between directories! There's one thing I need your opinion on, it's the "raygui.h" implementation. I'm currently including it from the shapes directory but I'm conscious that this is a bad approach. Should I move raygui to the examples directory from the shapes directory, or copy it to the core directory too? |
@hugoarnal thanks for the new example! |
Let me know if it's ok or if there are areas to improve :)
I based my work off the
core_drop_files
example