Skip to content

Conversation

hugoarnal
Copy link
Contributor

Let me know if it's ok or if there are areas to improve :)

I based my work off the core_drop_files example

@hugoarnal hugoarnal force-pushed the examples/core_directory_files branch from 13ad207 to d20d1b9 Compare October 7, 2025 21:56
@hugoarnal hugoarnal force-pushed the examples/core_directory_files branch from d20d1b9 to 0249edf Compare October 7, 2025 21:59
@hugoarnal
Copy link
Contributor Author

Now following raylib conventions & rebased on master


DrawText(TextFormat("Files in directory \"%s\":", directory), 100, 40, 20, DARKGRAY);

for (int i = 0; i < (int)files.count; i++) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, review code conventions, raylib uses aligned brackets

@raysan5
Copy link
Owner

raysan5 commented Oct 7, 2025

@hugoarnal example looks good but a bit simple, maybe it would be nice to move fordward-backward between directories

@hugoarnal
Copy link
Contributor Author

@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...

@hugoarnal hugoarnal marked this pull request as draft October 7, 2025 22:38
@hugoarnal hugoarnal force-pushed the examples/core_directory_files branch from b574222 to 7f12c60 Compare October 7, 2025 22:40
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